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

public class UDFOPBitNot
extends UDF


Constructor Summary
UDFOPBitNot()
           
 
Method Summary
 Byte evaluate(Byte a)
           
 Integer evaluate(Integer a)
           
 Long evaluate(Long a)
           
 Long evaluate(String a)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.UDF
getResolver, setResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDFOPBitNot

public UDFOPBitNot()
Method Detail

evaluate

public Byte evaluate(Byte a)

evaluate

public Integer evaluate(Integer a)

evaluate

public Long evaluate(Long a)

evaluate

public Long evaluate(String a)


Copyright © 2009 The Apache Software Foundation