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