public static class JrubyAlgebraicEvalFunc.Final<T> extends JrubyAlgebraicEvalFunc.AlgebraicFunctionWrapper<T>
EvalFunc.SchemaType
isInitialized, receiver, stage
log, pigLogger, reporter, returnType
Constructor and Description |
---|
Final() |
Final(java.lang.String fileName,
java.lang.String functionName) |
Modifier and Type | Method and Description |
---|---|
T |
exec(Tuple input)
This callback method must be implemented by all subclasses.
|
getFileName, getFunctionName, getReceiver, getStage, initialize, isInitialized
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()
public Final(java.lang.String fileName, java.lang.String functionName)
public T exec(Tuple input) throws java.io.IOException
EvalFunc
exec
in class JrubyAlgebraicEvalFunc.AlgebraicFunctionWrapper<T>
input
- the Tuple to be processed.java.io.IOException
Copyright © 2007-2017 The Apache Software Foundation