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(java.lang.Object[] args)
Give a set of arguments for the UDTF to process.
|
java.lang.String |
toString() |
configure, forward, 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(java.lang.Object[] args)
throws HiveException,
UDFArgumentException
GenericUDTFprocess in class GenericUDTFargs - object array of argumentsHiveExceptionUDFArgumentExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012 The Apache Software Foundation