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

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.lateralViewJoinDesc
All Implemented Interfaces:
Serializable

public class lateralViewJoinDesc
extends Object
implements Serializable

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 java.lang.Object
clone, 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 © 2009 The Apache Software Foundation