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