public class GenericUDFUnixTimeStamp extends GenericUDFToUnixTimeStamp
GenericUDF.DeferredJavaObject, GenericUDF.DeferredObjectretValue| Constructor and Description |
|---|
GenericUDFUnixTimeStamp() |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(GenericUDF.DeferredObject[] arguments)
Evaluate the GenericUDF with the arguments.
|
protected String |
getName() |
protected void |
initializeInput(ObjectInspector[] arguments) |
getDisplayString, initialize, setValueFromTscheckArgGroups, checkArgPrimitive, checkArgsSize, close, configure, copyToNewInstance, flip, getArgOrder, getConstantBooleanValue, getConstantIntValue, getConstantStringValue, getDateValue, getDoubleValue, getFuncName, getIntervalDayTimeValue, getIntervalYearMonthValue, getIntValue, getLongValue, getRequiredFiles, getRequiredJars, getStandardDisplayString, getStandardDisplayString, getStringValue, getTimestampValue, getUdfName, initializeAndFoldConstants, negative, obtainDateConverter, obtainDoubleConverter, obtainIntConverter, obtainLongConverter, obtainStringConverter, obtainTimestampConverterprotected void initializeInput(ObjectInspector[] arguments) throws UDFArgumentException
initializeInput in class GenericUDFToUnixTimeStampUDFArgumentExceptionprotected String getName()
getName in class GenericUDFToUnixTimeStamppublic Object evaluate(GenericUDF.DeferredObject[] arguments) throws HiveException
GenericUDFevaluate in class GenericUDFToUnixTimeStamparguments - 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.HiveExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.