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.


Constructor Summary
UDFOPBitAnd()
           
 
Method Summary
 ByteWritable evaluate(ByteWritable a, ByteWritable b)
           
 org.apache.hadoop.io.IntWritable evaluate(org.apache.hadoop.io.IntWritable a, org.apache.hadoop.io.IntWritable b)
           
 org.apache.hadoop.io.LongWritable evaluate(org.apache.hadoop.io.LongWritable a, org.apache.hadoop.io.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
equals, 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 org.apache.hadoop.io.IntWritable evaluate(org.apache.hadoop.io.IntWritable a,
                                                 org.apache.hadoop.io.IntWritable b)

evaluate

public org.apache.hadoop.io.LongWritable evaluate(org.apache.hadoop.io.LongWritable a,
                                                  org.apache.hadoop.io.LongWritable b)


Copyright © 2014 The Apache Software Foundation. All rights reserved.