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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.UDF
      extended by org.apache.hadoop.hive.ql.udf.UDFOPNegative

public class UDFOPNegative
extends UDF


Constructor Summary
UDFOPNegative()
           
 
Method Summary
 Byte evaluate(Byte a)
           
 Double evaluate(Double a)
           
 Float evaluate(Float a)
           
 Integer evaluate(Integer a)
           
 Long evaluate(Long 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

UDFOPNegative

public UDFOPNegative()
Method Detail

evaluate

public Byte evaluate(Byte a)

evaluate

public Integer evaluate(Integer a)

evaluate

public Long evaluate(Long a)

evaluate

public Float evaluate(Float a)

evaluate

public Double evaluate(Double a)


Copyright © 2009 The Apache Software Foundation