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

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

public class UDFOPBitNot
extends UDFBaseBitOP

UDFOPBitNot.


Constructor Summary
UDFOPBitNot()
           
 
Method Summary
 ByteWritable evaluate(ByteWritable a)
           
 org.apache.hadoop.io.IntWritable evaluate(org.apache.hadoop.io.IntWritable a)
           
 org.apache.hadoop.io.LongWritable evaluate(org.apache.hadoop.io.LongWritable a)
           
 ShortWritable evaluate(ShortWritable a)
           
 
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

UDFOPBitNot

public UDFOPBitNot()
Method Detail

evaluate

public ByteWritable evaluate(ByteWritable a)

evaluate

public ShortWritable evaluate(ShortWritable a)

evaluate

public org.apache.hadoop.io.IntWritable evaluate(org.apache.hadoop.io.IntWritable a)

evaluate

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


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