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 © 2009 The Apache Software Foundation