EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Modifier and Type | Method and Description |
---|---|
Tuple |
exec(Tuple tuple)
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 Initial()
public Initial(String arg)
public Tuple exec(Tuple tuple) throws IOException
EvalFunc
exec
in class EvalFunc<Tuple>
tuple
- the Tuple to be processed.IOException
Copyright © 2007-2017 The Apache Software Foundation