org.apache.pig.builtin
Class CEIL
java.lang.Object
org.apache.pig.EvalFunc<Double>
org.apache.pig.builtin.Base
org.apache.pig.builtin.DoubleBase
org.apache.pig.builtin.CEIL
public class CEIL
- extends DoubleBase
CEIL implements a binding to the Java function
Math.ceil(double)
. Given a single
data atom it Returns the smallest (closest to negative infinity)
double value that is greater than or equal to the argument and is equal
to a mathematical integer.
Constructor Summary |
CEIL()
|
Methods inherited from class org.apache.pig.EvalFunc |
finish, getCacheFiles, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, isAsynchronous, progress, setPigLogger, setReporter, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CEIL
public CEIL()
Copyright © 2012 The Apache Software Foundation