REGEX_EXTRACT
@Deprecated public class RegexExtract extends EvalFunc<java.lang.String>
EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Constructor and Description |
---|
RegexExtract()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
exec(Tuple input)
Deprecated.
This callback method must be implemented by all subclasses.
|
java.util.List<FuncSpec> |
getArgToFuncMapping()
Deprecated.
Allow a UDF to specify type specific implementations of itself.
|
Schema |
outputSchema(Schema input)
Deprecated.
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, warn
public 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.String>
input
- Schema of the inputpublic java.lang.String exec(Tuple input) throws java.io.IOException
EvalFunc
public java.util.List<FuncSpec> getArgToFuncMapping() throws FrontendException
EvalFunc
getArgToFuncMapping
in class EvalFunc<java.lang.String>
FrontendException
Copyright © 2007-2012 The Apache Software Foundation