public class GenericUDTFPosExplode extends GenericUDTF
| Constructor and Description |
|---|
GenericUDTFPosExplode() |
| 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[] o)
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[] o) throws HiveException
GenericUDTFprocess in class GenericUDTFo - object array of argumentsHiveExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.