public static class JrubyAlgebraicEvalFunc.Initial extends JrubyAlgebraicEvalFunc.AlgebraicFunctionWrapper<Tuple>
EvalFunc.SchemaType
isInitialized, receiver, stage
log, pigLogger, reporter, returnType
Constructor and Description |
---|
JrubyAlgebraicEvalFunc.Initial() |
JrubyAlgebraicEvalFunc.Initial(java.lang.String fileName,
java.lang.String functionName) |
Modifier and Type | Method and Description |
---|---|
Tuple |
exec(Tuple input)
This callback method must be implemented by all subclasses.
|
getFileName, getFunctionName, getReceiver, getStage, initialize, isInitialized
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, outputSchema, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public JrubyAlgebraicEvalFunc.Initial()
public JrubyAlgebraicEvalFunc.Initial(java.lang.String fileName, java.lang.String functionName)
public Tuple exec(Tuple input) throws java.io.IOException
EvalFunc
exec
in class JrubyAlgebraicEvalFunc.AlgebraicFunctionWrapper<Tuple>
input
- the Tuple to be processed.java.io.IOException
Copyright © 2007-2012 The Apache Software Foundation