public static final class ExtremalTupleByNthField.HelperClass extends EvalFunc<Tuple>
EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Constructor and Description |
---|
HelperClass() |
HelperClass(java.lang.String fieldIndexString) |
HelperClass(java.lang.String fieldIndexString,
java.lang.String order) |
Modifier and Type | Method and Description |
---|---|
Tuple |
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 HelperClass() throws ExecException
ExecException
public HelperClass(java.lang.String fieldIndexString) throws ExecException
ExecException
public HelperClass(java.lang.String fieldIndexString, java.lang.String order) throws ExecException
ExecException
public Tuple exec(Tuple input) throws java.io.IOException
EvalFunc
Copyright © 2007-2017 The Apache Software Foundation