public class GenericUDFOPNotEqual 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 |
|---|
GenericUDFOPNotEqual() |
| 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.
|
protected boolean |
supportsCategory(ObjectInspector.Category c)
Returns whether the operator can handle operands with the specified category.
|
checkConversionAllowed, compare, initialize, primitiveGroupOfgetDisplayStringadapt, checkArgGroups, 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 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.HiveExceptionprotected boolean supportsCategory(ObjectInspector.Category c)
GenericUDFBaseComparesupportsCategory in class GenericUDFBaseComparepublic GenericUDF negative()
GenericUDFnegative in class GenericUDFCopyright © 2024 The Apache Software Foundation. All rights reserved.