public class IEEEremainder extends DoubleDoubleBase
Math.IEEEremainder(double,double)
.
Given a tuple with two data atom it Returns the remainder operation on two
arguments as prescribed by the IEEE 754 standard.
value
- Tuple containing two Double
.Double
register math.jar;
A = load 'mydata' using PigStorage() as ( float1 );
B = foreach A generate float1, math.IEEEremainder(float1);
Math.IEEEremainder(double,double)
,
EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Constructor and Description |
---|
IEEEremainder() |
exec, getArgToFuncMapping
outputSchema
allowCompileTimeCalculation, finish, getCacheFiles, getInputSchema, getLoadCaster, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, needEndOfAllInputProcessing, progress, setEndOfAllInput, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
Copyright © 2007-2017 The Apache Software Foundation