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

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

public class UDFOPPositive
extends UDF


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

UDFOPPositive

public UDFOPPositive()
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