public class HostExtractor extends EvalFunc<java.lang.String>
EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Constructor and Description |
---|
HostExtractor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
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.
|
allowCompileTimeCalculation, finish, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, outputSchema, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public 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