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

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

public class LateralViewJoinDesc
extends AbstractOperatorDesc

LateralViewJoinDesc.

See Also:
Serialized Form

Constructor Summary
LateralViewJoinDesc()
           
LateralViewJoinDesc(int numSelColumns, ArrayList<String> outputInternalColNames)
           
 
Method Summary
 int getNumSelColumns()
           
 ArrayList<String> getOutputInternalColNames()
           
 void setNumSelColumns(int numSelColumns)
           
 void setOutputInternalColNames(ArrayList<String> outputInternalColNames)
           
 
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

LateralViewJoinDesc

public LateralViewJoinDesc()

LateralViewJoinDesc

public LateralViewJoinDesc(int numSelColumns,
                           ArrayList<String> outputInternalColNames)
Method Detail

setOutputInternalColNames

public void setOutputInternalColNames(ArrayList<String> outputInternalColNames)

getOutputInternalColNames

public ArrayList<String> getOutputInternalColNames()

getNumSelColumns

public int getNumSelColumns()

setNumSelColumns

public void setNumSelColumns(int numSelColumns)


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