public class DIFF extends EvalFunc<DataBag>
The implementation assumes that both bags being passed to this function will fit entirely into memory simultaneously. If that is not the case the UDF will still function, but it will be very slow.
EvalFunc.SchemaTypelog, pigLogger, reporter, returnType| Constructor and Description |
|---|
DIFF() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowCompileTimeCalculation()
Whether the UDF should be evaluated at compile time if all inputs are constant.
|
DataBag |
exec(Tuple input)
Compares a tuple with two fields.
|
finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, outputSchema, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warnpublic DataBag exec(Tuple input) throws java.io.IOException
public boolean allowCompileTimeCalculation()
EvalFuncallowCompileTimeCalculation in class EvalFunc<DataBag>Copyright © 2007-2012 The Apache Software Foundation