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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc
      extended by org.apache.hadoop.hive.ql.plan.UDTFDesc
All Implemented Interfaces:
Serializable, Cloneable, OperatorDesc

public class UDTFDesc
extends AbstractOperatorDesc

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, boolean outerLV)
           
 
Method Summary
 GenericUDTF getGenericUDTF()
           
 String getUDTFName()
           
 String isOuterLateralView()
           
 boolean isOuterLV()
           
 void setGenericUDTF(GenericUDTF genericUDTF)
           
 void setOuterLV(boolean outerLV)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc
clone, getOpTraits, getStatistics, setOpTraits, setStatistics, setVectorMode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDTFDesc

public UDTFDesc()

UDTFDesc

public UDTFDesc(GenericUDTF genericUDTF,
                boolean outerLV)
Method Detail

getGenericUDTF

public GenericUDTF getGenericUDTF()

setGenericUDTF

public void setGenericUDTF(GenericUDTF genericUDTF)

getUDTFName

public String getUDTFName()

isOuterLV

public boolean isOuterLV()

setOuterLV

public void setOuterLV(boolean outerLV)

isOuterLateralView

public String isOuterLateralView()


Copyright © 2014 The Apache Software Foundation. All rights reserved.