public class GenericUDTFGetSQLSchema extends GenericUDTF
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.mapred.JobConf |
jc |
protected StringObjectInspector |
stringOI |
| Constructor and Description |
|---|
GenericUDTFGetSQLSchema() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Called to notify the UDTF that there are no more rows to process.
|
StructObjectInspector |
initialize(ObjectInspector[] arguments)
Initialize this GenericUDTF.
|
void |
process(Object[] arguments)
Give a set of arguments for the UDTF to process.
|
String |
toString() |
configure, forward, initialize, setCollectorprotected transient StringObjectInspector stringOI
protected transient org.apache.hadoop.mapred.JobConf jc
public void process(Object[] arguments) throws HiveException
GenericUDTFprocess in class GenericUDTFarguments - object array of argumentsHiveExceptionpublic StructObjectInspector initialize(ObjectInspector[] arguments) throws UDFArgumentException
GenericUDTFinitialize in class GenericUDTFarguments - An array of ObjectInspectors for the argumentsUDFArgumentExceptionpublic void close()
throws HiveException
GenericUDTFclose in class GenericUDTFHiveExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.