public class DiffDate extends EvalFunc<java.lang.Integer>
int DiffDate(String yyyymmdd1, String yyyymmdd2)
.date string in "yyyymmdd" format
.(date1-date2) in days, can be negative
.EvalFunc.SchemaType
log, pigLogger, reporter, returnType
Constructor and Description |
---|
DiffDate() |
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, 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.Integer>
input
- Schema of the inputpublic java.lang.Integer exec(Tuple input) throws java.io.IOException
EvalFunc
public java.util.List<FuncSpec> getArgToFuncMapping() throws FrontendException
EvalFunc
getArgToFuncMapping
in class EvalFunc<java.lang.Integer>
FrontendException
Copyright © 2007-2012 The Apache Software Foundation