org.apache.pig.builtin
Class SQRT
java.lang.Object
org.apache.pig.EvalFunc<Double>
org.apache.pig.builtin.Base
org.apache.pig.builtin.DoubleBase
org.apache.pig.builtin.SQRT
public class SQRT
- extends DoubleBase
SQRT implements a binding to the Java function
Math.sqrt(double)
.
Given a single data atom it Returns the square root of the argument.
Constructor Summary |
SQRT()
|
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 |
SQRT
public SQRT()
Copyright © 2012 The Apache Software Foundation