public class GenericUDFOPNotEqualNS extends GenericUDFOPNotEqual
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 |
|---|
GenericUDFOPNotEqualNS() |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(GenericUDF.DeferredObject[] arguments)
Evaluate the GenericUDF with the arguments.
|
GenericUDF |
negative()
Gets the negative function of the current one.
|
compare, initializegetDisplayStringcheckArgGroups, 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, obtainDateConverter, obtainDoubleConverter, obtainIntConverter, obtainLongConverter, obtainStringConverter, obtainTimestampConverterpublic Object evaluate(GenericUDF.DeferredObject[] arguments) throws HiveException
GenericUDFevaluate in class GenericUDFOPNotEqualarguments - 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 negative()
GenericUDFnegative in class GenericUDFOPNotEqualCopyright © 2019 The Apache Software Foundation. All Rights Reserved.