EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Constructor and Description |
---|
GetMemNumRows() |
Modifier and Type | Method and Description |
---|---|
Tuple |
exec(Tuple in)
This callback method must be implemented by all subclasses.
|
java.lang.reflect.Type |
getReturnType()
Get the Type that this EvalFunc returns.
|
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, outputSchema, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public Tuple exec(Tuple in) throws java.io.IOException
EvalFunc
public java.lang.reflect.Type getReturnType()
EvalFunc
getReturnType
in class EvalFunc<Tuple>
Copyright © 2007-2012 The Apache Software Foundation