public class ENDSWITH extends EvalFunc<java.lang.Boolean>
tuple.get(0) against tuple.get(1)
to determine if the first argument ends with the string in the second.EvalFunc.SchemaTypelog, pigLogger, reporter, returnType| Constructor and Description |
|---|
ENDSWITH() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
exec(Tuple tuple)
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.
|
finish, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, isAsynchronous, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warnpublic java.lang.Boolean exec(Tuple tuple)
EvalFuncpublic 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.Boolean>input - Schema of the inputpublic java.util.List<FuncSpec> getArgToFuncMapping() throws FrontendException
EvalFuncgetArgToFuncMapping in class EvalFunc<java.lang.Boolean>FrontendExceptionCopyright © 2007-2012 The Apache Software Foundation