org.apache.hadoop.hive.ql.udf
Class UDFRound
java.lang.Object
org.apache.hadoop.hive.ql.exec.UDF
org.apache.hadoop.hive.ql.udf.UDFRound
public class UDFRound
- extends UDF
UDFRound.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDFRound
public UDFRound()
evaluate
public DoubleWritable evaluate(DoubleWritable n)
evaluate
public DoubleWritable evaluate(DoubleWritable n,
IntWritable i)
evaluate
public HiveDecimalWritable evaluate(HiveDecimalWritable n)
evaluate
public HiveDecimalWritable evaluate(HiveDecimalWritable n,
IntWritable i)
evaluate
public LongWritable evaluate(LongWritable n)
evaluate
public IntWritable evaluate(IntWritable n)
Copyright © 2012 The Apache Software Foundation