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

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

public class UDFCeil
extends UDF

UDFCeil.


Constructor Summary
UDFCeil()
           
 
Method Summary
 BigDecimalWritable evaluate(BigDecimalWritable i)
           
 org.apache.hadoop.io.LongWritable evaluate(DoubleWritable i)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.UDF
getRequiredFiles, getRequiredJars, getResolver, setResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDFCeil

public UDFCeil()
Method Detail

evaluate

public org.apache.hadoop.io.LongWritable evaluate(DoubleWritable i)

evaluate

public BigDecimalWritable evaluate(BigDecimalWritable i)


Copyright © 2013 The Apache Software Foundation