public class RegexMatch extends EvalFunc<java.lang.Integer>
int RegexMatch(String expression, String regex).return 1 if expression contains regex, 0 otherwise.EvalFunc.SchemaTypelog, pigLogger, reporter, returnType| Constructor and Description | 
|---|
RegexMatch()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Integer | 
exec(Tuple input)
This callback method must be implemented by all subclasses. 
 | 
java.util.List<FuncSpec> | 
getArgToFuncMapping()
Allow a UDF to specify type specific implementations of itself. 
 | 
Schema | 
outputSchema(Schema input)
Report the schema of the output of this UDF. 
 | 
allowCompileTimeCalculation, finish, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warnpublic Schema outputSchema(Schema input)
EvalFunc
 The default implementation interprets the OutputSchema annotation,
 if one is present. Otherwise, it returns null (no known output schema).
outputSchema in class EvalFunc<java.lang.Integer>input - Schema of the inputpublic java.lang.Integer exec(Tuple input) throws java.io.IOException
EvalFuncpublic java.util.List<FuncSpec> getArgToFuncMapping() throws FrontendException
EvalFuncgetArgToFuncMapping in class EvalFunc<java.lang.Integer>FrontendExceptionCopyright © 2007-2012 The Apache Software Foundation