EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Constructor and Description |
---|
UPPER()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
exec(Tuple input)
Deprecated.
Upper-cases an input string.
|
java.util.List<FuncSpec> |
getArgToFuncMapping()
Deprecated.
Allow a UDF to specify type specific implementations of itself.
|
Schema |
outputSchema(Schema input)
Deprecated.
This method gives a name to the column.
|
allowCompileTimeCalculation, finish, getCacheFiles, getInputSchema, getLogger, getPigLogger, getReporter, getReturnType, getSchemaName, getSchemaType, getShipFiles, isAsynchronous, progress, setInputSchema, setPigLogger, setReporter, setUDFContextSignature, warn
public java.lang.String exec(Tuple input) throws java.io.IOException
public Schema outputSchema(Schema input)
outputSchema
in class EvalFunc<java.lang.String>
input
- - schema of the input datapublic java.util.List<FuncSpec> getArgToFuncMapping() throws FrontendException
EvalFunc
getArgToFuncMapping
in class EvalFunc<java.lang.String>
FrontendException
Copyright © 2007-2012 The Apache Software Foundation