public static class BuildBloom.Initial extends BuildBloomBase<Tuple>
EvalFunc.SchemaType
filter, hType, numHash, vSize
log, pigLogger, reporter, returnType
Constructor and Description |
---|
Initial() |
Initial(String hashType,
String numElements,
String desiredFalsePositive) |
Initial(String hashType,
String mode,
String vectorSize,
String nbHash) |
Modifier and Type | Method and Description |
---|---|
Tuple |
exec(Tuple input)
This callback method must be implemented by all subclasses.
|
bloomIn, bloomOr, bloomOut
allowCompileTimeCalculation, finish, getArgToFuncMapping, getCacheFiles, getInputSchema, getLoadCaster, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, needEndOfAllInputProcessing, outputSchema, progress, setEndOfAllInput, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public Tuple exec(Tuple input) throws IOException
EvalFunc
exec
in class EvalFunc<Tuple>
input
- the Tuple to be processed.IOException
Copyright © 2007-2017 The Apache Software Foundation