Package | Description |
---|---|
org.apache.pig.builtin |
This package contains builtin Pig UDFs.
|
Modifier and Type | Class and Description |
---|---|
class |
ACOS
ACOS implements a binding to the Java function
Math.acos(double) for computing the
arc cosine of value of the argument. |
class |
ASIN
ASIN implements a binding to the Java function
Math.asin(double) for computing the
arc sine of value of the argument. |
class |
ATAN
ATAN implements a binding to the Java function
Math.atan(double) for computing the
arc tangent of value of the argument. |
class |
CBRT
CBRT implements a binding to the Java function
Math.cbrt(double) for computing the
cube root of the argument. |
class |
CEIL
CEIL implements a binding to the Java function
Math.ceil(double) . |
class |
COS
COS implements a binding to the Java function
Math.cos(double) . |
class |
COSH
COSH implements a binding to the Java function
Math.cosh(double) . |
class |
DoubleAbs |
class |
EXP
Given a single data atom it returns the Euler's number e raised to the power of input
|
class |
FLOOR
FLOOR implements a binding to the Java function
Math.floor(double) . |
class |
LOG
LOG implements a binding to the Java function
Math.log(double) . |
class |
LOG10
LOG10 implements a binding to the Java function
Math.log10(double) . |
class |
SIN
SIN implements a binding to the Java function
Math.sin(double) . |
class |
SINH
SINH implements a binding to the Java function
Math.sinh(double) . |
class |
SQRT
SQRT implements a binding to the Java function
Math.sqrt(double) . |
class |
TAN
TAN implements a binding to the Java function
Math.tan(double) . |
class |
TANH
TANH implements a binding to the Java function
Math.tanh(double) . |
Copyright © 2007-2012 The Apache Software Foundation