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