public class GenericUDTFParseUrlTuple extends GenericUDTF
| Constructor and Description |
|---|
GenericUDTFParseUrlTuple() |
| 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[] o)
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[] o)
throws HiveException
GenericUDTFprocess in class GenericUDTFo - object array of argumentsHiveExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2012 The Apache Software Foundation