public class GenericUDFOPEqualOrLessThan extends GenericUDFBaseCompare
GenericUDFBaseCompare.CompareTypeGenericUDF.DeferredJavaObject, GenericUDF.DeferredObjectargumentOIs, boi0, boi1, byoi0, byoi1, compareOI, compareType, conversionHelper, converter0, converter1, ioi0, ioi1, loi0, loi1, result, soi0, soi1opDisplayName, opName| Constructor and Description |
|---|
GenericUDFOPEqualOrLessThan() |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(GenericUDF.DeferredObject[] arguments)
Evaluate the GenericUDF with the arguments.
|
GenericUDF |
flip()
Some functions like comparisons may be affected by appearing order of arguments.
|
GenericUDF |
negative()
Gets the negative function of the current one.
|
compare, initializegetDisplayStringcheckArgGroups, checkArgPrimitive, checkArgsSize, close, configure, copyToNewInstance, getArgOrder, getConstantBooleanValue, getConstantIntValue, getConstantStringValue, getDateValue, getDoubleValue, getFuncName, getIntervalDayTimeValue, getIntervalYearMonthValue, getIntValue, getLongValue, getRequiredFiles, getRequiredJars, getStandardDisplayString, getStandardDisplayString, getStringValue, getTimestampValue, getUdfName, initializeAndFoldConstants, obtainDateConverter, obtainDoubleConverter, obtainIntConverter, obtainLongConverter, obtainStringConverter, obtainTimestampConverterpublic Object evaluate(GenericUDF.DeferredObject[] arguments) throws HiveException
GenericUDFevaluate in class GenericUDFarguments - 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.HiveExceptionpublic GenericUDF flip()
GenericUDFflip in class GenericUDFpublic GenericUDF negative()
GenericUDFnegative in class GenericUDFCopyright © 2019 The Apache Software Foundation. All Rights Reserved.