@OutputSchema(value="x:biginteger") public class BigIntegerAbs extends EvalFunc<BigInteger>
EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Constructor and Description |
---|
BigIntegerAbs() |
Modifier and Type | Method and Description |
---|---|
boolean |
allowCompileTimeCalculation()
Whether the UDF should be evaluated at compile time if all inputs are constant.
|
BigInteger |
exec(Tuple input)
This callback method must be implemented by all subclasses.
|
finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLoadCaster, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, needEndOfAllInputProcessing, outputSchema, progress, setEndOfAllInput, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public BigInteger exec(Tuple input) throws IOException
EvalFunc
exec
in class EvalFunc<BigInteger>
input
- the Tuple to be processed.IOException
public boolean allowCompileTimeCalculation()
EvalFunc
allowCompileTimeCalculation
in class EvalFunc<BigInteger>
Copyright © 2007-2017 The Apache Software Foundation