EvalFunc.SchemaTypelog, pigLogger, reporter, returnType| Constructor and Description | 
|---|
HiveUDAF.Final(String funcName)  | 
HiveUDAF.Final(String funcName,
              String params)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
exec(Tuple input)
This callback method must be implemented by all subclasses. 
 | 
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, needEndOfAllInputProcessing, outputSchema, progress, setEndOfAllInput, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warnpublic HiveUDAF.Final(String funcName)
public HiveUDAF.Final(String funcName, String params) throws IOException
IOExceptionpublic Object exec(Tuple input) throws IOException
EvalFuncexec in class EvalFunc<Object>input - the Tuple to be processed.IOExceptionCopyright © 2007-2012 The Apache Software Foundation