org.apache.hadoop.hive.ql.udf.generic
Class GenericUDFFloor

java.lang.Object
  extended by org.apache.hadoop.hive.ql.udf.generic.GenericUDF
      extended by org.apache.hadoop.hive.ql.udf.generic.GenericUDFFloorCeilBase
          extended by org.apache.hadoop.hive.ql.udf.generic.GenericUDFFloor
All Implemented Interfaces:
Closeable

public final class GenericUDFFloor
extends GenericUDFFloorCeilBase


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.ql.udf.generic.GenericUDF
GenericUDF.DeferredJavaObject, GenericUDF.DeferredObject
 
Field Summary
 
Fields inherited from class org.apache.hadoop.hive.ql.udf.generic.GenericUDFFloorCeilBase
decimalWritable, longWritable, opDisplayName
 
Constructor Summary
GenericUDFFloor()
           
 
Method Summary
protected  org.apache.hadoop.io.LongWritable evaluate(DoubleWritable input)
           
protected  HiveDecimalWritable evaluate(HiveDecimalWritable input)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.udf.generic.GenericUDFFloorCeilBase
evaluate, getDisplayString, initialize
 
Methods inherited from class org.apache.hadoop.hive.ql.udf.generic.GenericUDF
close, configure, copyToNewInstance, flip, getRequiredFiles, getRequiredJars, getUdfName, initializeAndFoldConstants
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericUDFFloor

public GenericUDFFloor()
Method Detail

evaluate

protected org.apache.hadoop.io.LongWritable evaluate(DoubleWritable input)
Specified by:
evaluate in class GenericUDFFloorCeilBase

evaluate

protected HiveDecimalWritable evaluate(HiveDecimalWritable input)
Specified by:
evaluate in class GenericUDFFloorCeilBase


Copyright © 2014 The Apache Software Foundation. All rights reserved.