EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Constructor and Description |
---|
Final(java.lang.String funcName) |
Final(java.lang.String funcName,
java.lang.String params) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
exec(Tuple input)
This callback method must be implemented by all subclasses.
|
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLoadCaster, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, needEndOfAllInputProcessing, outputSchema, progress, setEndOfAllInput, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public Final(java.lang.String funcName)
public Final(java.lang.String funcName, java.lang.String params) throws java.io.IOException
java.io.IOException
public java.lang.Object exec(Tuple input) throws java.io.IOException
EvalFunc
Copyright © 2007-2017 The Apache Software Foundation