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

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

public class UDFFloor
extends UDF

UDFFloor.


Constructor Summary
UDFFloor()
           
 
Method Summary
 LongWritable evaluate(DoubleWritable i)
           
 HiveDecimalWritable evaluate(HiveDecimalWritable 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

UDFFloor

public UDFFloor()
Method Detail

evaluate

public LongWritable evaluate(DoubleWritable i)

evaluate

public HiveDecimalWritable evaluate(HiveDecimalWritable i)


Copyright © 2012 The Apache Software Foundation