EvalFunc.SchemaTypelog, pigLogger, reporter, returnType| Constructor and Description |
|---|
ReadScalarsTez(java.lang.String inputKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInputsToSkip(java.util.Set<java.lang.String> inputsToSkip)
Add to the list of inputs to skip download if already available in vertex cache
|
void |
attachInputs(java.util.Map<java.lang.String,LogicalInput> inputs,
org.apache.hadoop.conf.Configuration conf) |
java.lang.Object |
exec(Tuple input)
This callback method must be implemented by all subclasses.
|
java.lang.String[] |
getTezInputs() |
void |
replaceInput(java.lang.String oldInputKey,
java.lang.String newInputKey) |
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, outputSchema, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warnpublic java.lang.String[] getTezInputs()
getTezInputs in interface TezInputpublic void replaceInput(java.lang.String oldInputKey,
java.lang.String newInputKey)
replaceInput in interface TezInputpublic void addInputsToSkip(java.util.Set<java.lang.String> inputsToSkip)
TezInputaddInputsToSkip in interface TezInputpublic void attachInputs(java.util.Map<java.lang.String,LogicalInput> inputs,
org.apache.hadoop.conf.Configuration conf)
throws ExecException
attachInputs in interface TezInputExecExceptionpublic java.lang.Object exec(Tuple input) throws java.io.IOException
EvalFuncCopyright © 2007-2012 The Apache Software Foundation