org.apache.hadoop.hive.ql.plan
Class selectDesc
java.lang.Object
org.apache.hadoop.hive.ql.plan.selectDesc
- All Implemented Interfaces:
- Serializable
public class selectDesc
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
selectDesc
public selectDesc()
selectDesc
public selectDesc(ArrayList<exprNodeDesc> colList)
selectDesc
public selectDesc(ArrayList<exprNodeDesc> colList,
boolean selectStar)
getColList
public ArrayList<exprNodeDesc> getColList()
setColList
public void setColList(ArrayList<exprNodeDesc> colList)
isSelectStar
public boolean isSelectStar()
- Returns:
- the selectStar
setSelectStar
public void setSelectStar(boolean selectStar)
- Parameters:
selectStar
- the selectStar to set
Copyright © 2009 The Apache Software Foundation