org.apache.hadoop.hive.ql.plan
Class UDTFDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.UDTFDesc
- All Implemented Interfaces:
- Serializable
public class UDTFDesc
- extends Object
- implements Serializable
All member variables should have a setters and getters of the form get and set or else they won't be recreated properly at run
time.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDTFDesc
public UDTFDesc()
UDTFDesc
public UDTFDesc(GenericUDTF genericUDTF)
getGenericUDTF
public GenericUDTF getGenericUDTF()
setGenericUDTF
public void setGenericUDTF(GenericUDTF genericUDTF)
getUDTFName
public String getUDTFName()
Copyright © 2013 The Apache Software Foundation