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(java.lang.Object[] os)
Give a set of arguments for the UDTF to process.
|
java.lang.String |
toString() |
configure, forward, setCollectorpublic StructObjectInspector initialize(ObjectInspector[] ois) throws UDFArgumentException
GenericUDTFinitialize in class GenericUDTFois - An array of ObjectInspectors for the argumentsUDFArgumentExceptionpublic void process(java.lang.Object[] os)
throws HiveException
GenericUDTFprocess in class GenericUDTFos - object array of argumentsHiveExceptionpublic void close()
throws HiveException
GenericUDTFclose in class GenericUDTFHiveExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012 The Apache Software Foundation