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

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.UDFOPBitOr

public class UDFOPBitOr
extends UDFBaseBitOP

UDFOPBitOr.


Constructor Summary
UDFOPBitOr()
           
 
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

UDFOPBitOr

public UDFOPBitOr()
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.