public class GenericUDTFExplode extends GenericUDTF
Constructor and Description |
---|
GenericUDTFExplode() |
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, setCollector
public void close() throws HiveException
GenericUDTF
close
in class GenericUDTF
HiveException
public StructObjectInspector initialize(ObjectInspector[] args) throws UDFArgumentException
GenericUDTF
initialize
in class GenericUDTF
args
- An array of ObjectInspectors for the argumentsUDFArgumentException
public void process(Object[] o) throws HiveException
GenericUDTF
process
in class GenericUDTF
o
- object array of argumentsHiveException
Copyright © 2017 The Apache Software Foundation. All rights reserved.