org.apache.hadoop.hive.ql.udf
Class UDFOPBitAnd
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
org.apache.hadoop.hive.ql.udf.UDFBaseBitOP
org.apache.hadoop.hive.ql.udf.UDFOPBitAnd
public class UDFOPBitAnd
- extends UDFBaseBitOP
UDFOPBitAnd.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFOPBitAnd
public UDFOPBitAnd()
evaluate
public ByteWritable evaluate(ByteWritable a,
ByteWritable b)
evaluate
public ShortWritable evaluate(ShortWritable a,
ShortWritable b)
evaluate
public IntWritable evaluate(IntWritable a,
IntWritable b)
evaluate
public LongWritable evaluate(LongWritable a,
LongWritable b)
Copyright © 2012 The Apache Software Foundation