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(ArrayList<String> outputInternalColNames)
           
 
Method Summary
 ArrayList<String> getOutputInternalColNames()
           
 void setOutputInternalColNames(ArrayList<String> outputInternalColNames)
           
 
Methods inherited from class org.apache.hadoop.hive.ql.plan.AbstractOperatorDesc
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LateralViewJoinDesc

public LateralViewJoinDesc()

LateralViewJoinDesc

public LateralViewJoinDesc(ArrayList<String> outputInternalColNames)
Method Detail

setOutputInternalColNames

public void setOutputInternalColNames(ArrayList<String> outputInternalColNames)

getOutputInternalColNames

public ArrayList<String> getOutputInternalColNames()


Copyright © 2013 The Apache Software Foundation