public class IsFirstReduceOfKey extends EvalFunc<java.lang.Boolean>
EvalFunc.SchemaType
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Object,Pair<java.lang.Integer,java.lang.Integer>> |
reducerMap |
protected static TupleFactory |
tf |
log, pigLogger, reporter, returnType
Constructor and Description |
---|
IsFirstReduceOfKey() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
exec(Tuple input)
This callback method must be implemented by all subclasses.
|
protected void |
init() |
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLoadCaster, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, needEndOfAllInputProcessing, outputSchema, progress, setEndOfAllInput, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
protected static final TupleFactory tf
protected java.util.Map<java.lang.Object,Pair<java.lang.Integer,java.lang.Integer>> reducerMap
protected void init()
public java.lang.Boolean exec(Tuple input) throws java.io.IOException
EvalFunc
Copyright © 2007-2017 The Apache Software Foundation