org.apache.hadoop.hive.ql.plan
Class UDTFDesc

java.lang.Object
  extended by 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

Constructor Summary
UDTFDesc()
           
UDTFDesc(GenericUDTF genericUDTF)
           
 
Method Summary
 GenericUDTF getGenericUDTF()
           
 String getUDTFName()
           
 void setGenericUDTF(GenericUDTF genericUDTF)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDTFDesc

public UDTFDesc()

UDTFDesc

public UDTFDesc(GenericUDTF genericUDTF)
Method Detail

getGenericUDTF

public GenericUDTF getGenericUDTF()

setGenericUDTF

public void setGenericUDTF(GenericUDTF genericUDTF)

getUDTFName

public String getUDTFName()


Copyright © 2013 The Apache Software Foundation