| Package | Description | 
|---|---|
| org.apache.pig.builtin | 
This package contains builtin Pig UDFs. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ACOSACOS implements a binding to the Java function
  Math.acos(double)for computing the
 arc cosine of value of the argument. | 
| class  | ASINASIN implements a binding to the Java function
  Math.asin(double)for computing the
 arc sine of value of the argument. | 
| class  | ATANATAN implements a binding to the Java function
  Math.atan(double)for computing the
 arc tangent of value of the argument. | 
| class  | CBRTCBRT implements a binding to the Java function
  Math.cbrt(double)for computing the
 cube root of the argument. | 
| class  | CEILCEIL implements a binding to the Java function
  Math.ceil(double). | 
| class  | COSCOS implements a binding to the Java function
  Math.cos(double). | 
| class  | COSHCOSH implements a binding to the Java function
  Math.cosh(double). | 
| class  | DoubleAbs | 
| class  | DoubleBasebase class for math udfs that return Double value | 
| class  | EXPGiven a single data atom it returns the Euler's number e raised to the power of input | 
| class  | FLOORFLOOR implements a binding to the Java function
  Math.floor(double). | 
| class  | LOGLOG implements a binding to the Java function
  Math.log(double). | 
| class  | LOG10LOG10 implements a binding to the Java function
  Math.log10(double). | 
| class  | SINSIN implements a binding to the Java function
  Math.sin(double). | 
| class  | SINHSINH implements a binding to the Java function
  Math.sinh(double). | 
| class  | SQRTSQRT implements a binding to the Java function
  Math.sqrt(double). | 
| class  | TANTAN implements a binding to the Java function
  Math.tan(double). | 
| class  | TANHTANH implements a binding to the Java function
  Math.tanh(double). | 
Copyright © 2007-2012 The Apache Software Foundation