org.apache.hadoop.hive.ql.udf
Class UDFOPBitAnd

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.UDF
      extended by org.apache.hadoop.hive.ql.udf.UDFBaseBitOP
          extended by org.apache.hadoop.hive.ql.udf.UDFOPBitAnd

public class UDFOPBitAnd
extends UDFBaseBitOP

UDFOPBitAnd.


Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.udf.UDFBaseBitOP
byteWritable, intWritable, longWritable, shortWritable
 
Constructor Summary
UDFOPBitAnd()
           
 
Method Summary
 ByteWritable evaluate(ByteWritable a, ByteWritable b)
           
 IntWritable evaluate(IntWritable a, IntWritable b)
           
 LongWritable evaluate(LongWritable a, LongWritable b)
           
 ShortWritable evaluate(ShortWritable a, ShortWritable b)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.UDF
getRequiredFiles, getRequiredJars, getResolver, setResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDFOPBitAnd

public UDFOPBitAnd()
Method Detail

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