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

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

public class UDFOPBitXor
extends UDFBaseBitOP

UDFOPBitXor.


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

UDFOPBitXor

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