public static class COV.Final extends EvalFunc<DataBag> implements Serializable
EvalFunc.SchemaType| Modifier and Type | Field and Description | 
|---|---|
protected Vector<String> | 
schemaName  | 
log, pigLogger, reporter, returnType| Constructor and Description | 
|---|
COV.Final()  | 
COV.Final(String... schemaName)  | 
| Modifier and Type | Method and Description | 
|---|---|
DataBag | 
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 COV.Final()
public COV.Final(String... schemaName)
public DataBag exec(Tuple input) throws IOException
EvalFuncexec in class EvalFunc<DataBag>input - the Tuple to be processed.IOExceptionCopyright © 2007-2012 The Apache Software Foundation