public class GenericUDTFInline extends GenericUDTF
| Constructor and Description |
|---|
GenericUDTFInline() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called to notify the UDTF that there are no more rows to process.
|
StructObjectInspector |
initialize(ObjectInspector[] ois)
Initialize this GenericUDTF.
|
void |
process(Object[] os)
Give a set of arguments for the UDTF to process.
|
String |
toString() |
configure, forward, initialize, setCollectorpublic StructObjectInspector initialize(ObjectInspector[] ois) throws UDFArgumentException
GenericUDTFinitialize in class GenericUDTFois - An array of ObjectInspectors for the argumentsUDFArgumentExceptionpublic void process(Object[] os) throws HiveException
GenericUDTFprocess in class GenericUDTFos - object array of argumentsHiveExceptionpublic void close()
throws HiveException
GenericUDTFclose in class GenericUDTFHiveExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.