public class GenericUDFToUnixTimeStamp extends GenericUDF
GenericUDF.DeferredJavaObject, GenericUDF.DeferredObject
Modifier and Type | Field and Description |
---|---|
protected LongWritable |
retValue |
Constructor and Description |
---|
GenericUDFToUnixTimeStamp() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evaluate(GenericUDF.DeferredObject[] arguments)
Evaluate the GenericUDF with the arguments.
|
java.lang.String |
getDisplayString(java.lang.String[] children)
Get the String to be displayed in explain.
|
protected java.lang.String |
getName() |
ObjectInspector |
initialize(ObjectInspector[] arguments)
Initialize this GenericUDF.
|
protected void |
initializeInput(ObjectInspector[] arguments) |
close, configure, getRequiredFiles, getRequiredJars, initializeAndFoldConstants
public ObjectInspector initialize(ObjectInspector[] arguments) throws UDFArgumentException
GenericUDF
initialize
in class GenericUDF
arguments
- The ObjectInspector for the argumentsUDFArgumentException
- Thrown when arguments have wrong types, wrong length, etc.protected void initializeInput(ObjectInspector[] arguments) throws UDFArgumentException
UDFArgumentException
protected java.lang.String getName()
public java.lang.Object evaluate(GenericUDF.DeferredObject[] arguments) throws HiveException
GenericUDF
evaluate
in class GenericUDF
arguments
- The arguments as DeferedObject, use DeferedObject.get() to get the
actual argument Object. The Objects can be inspected by the
ObjectInspectors passed in the initialize call.HiveException
public java.lang.String getDisplayString(java.lang.String[] children)
GenericUDF
getDisplayString
in class GenericUDF
Copyright © 2012 The Apache Software Foundation