EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Constructor and Description |
---|
GetMemNumRows() |
Modifier and Type | Method and Description |
---|---|
Tuple |
exec(Tuple in)
This callback method must be implemented by all subclasses.
|
Type |
getReturnType()
Get the Type that this EvalFunc returns.
|
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLoadCaster, getLogger, getPigLogger, getReporter, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, needEndOfAllInputProcessing, outputSchema, progress, setEndOfAllInput, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public Tuple exec(Tuple in) throws IOException
EvalFunc
exec
in class EvalFunc<Tuple>
in
- - input tupleIOException
public Type getReturnType()
EvalFunc
getReturnType
in class EvalFunc<Tuple>
Copyright © 2007-2017 The Apache Software Foundation