public abstract class AbstractGenericUDFArrayBase extends GenericUDF
GenericUDF.DeferredJavaObject, GenericUDF.DeferredObject| Modifier | Constructor and Description |
|---|---|
protected |
AbstractGenericUDFArrayBase(String functionName,
int minArgCount,
int maxArgCount,
ObjectInspector.Category outputCategory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayString(String[] children)
Get the String to be displayed in explain.
|
ObjectInspector |
initialize(ObjectInspector[] arguments)
Initialize this GenericUDF.
|
adapt, checkArgGroups, checkArgPrimitive, checkArgsSize, close, configure, copyToNewInstance, evaluate, 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 AbstractGenericUDFArrayBase(String functionName, int minArgCount, int maxArgCount, ObjectInspector.Category outputCategory)
public ObjectInspector initialize(ObjectInspector[] arguments) throws UDFArgumentException
GenericUDFinitialize in class GenericUDFarguments - The ObjectInspector for the argumentsUDFArgumentException - Thrown when arguments have wrong types, wrong length, etc.public String getDisplayString(String[] children)
GenericUDFgetDisplayString in class GenericUDFCopyright © 2024 The Apache Software Foundation. All rights reserved.