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(boolean selStarNoCompute)
selectDesc
public selectDesc(ArrayList<exprNodeDesc> colList,
ArrayList<String> outputColumnNames)
selectDesc
public selectDesc(ArrayList<exprNodeDesc> colList,
ArrayList<String> outputColumnNames,
boolean selectStar)
selectDesc
public selectDesc(ArrayList<exprNodeDesc> colList,
boolean selectStar,
boolean selStarNoCompute)
getColList
public ArrayList<exprNodeDesc> getColList()
setColList
public void setColList(ArrayList<exprNodeDesc> colList)
getOutputColumnNames
public ArrayList<String> getOutputColumnNames()
setOutputColumnNames
public void setOutputColumnNames(ArrayList<String> outputColumnNames)
explainNoCompute
public String explainNoCompute()
isSelectStar
public boolean isSelectStar()
- Returns:
- the selectStar
setSelectStar
public void setSelectStar(boolean selectStar)
- Parameters:
selectStar
- the selectStar to set
isSelStarNoCompute
public boolean isSelStarNoCompute()
- Returns:
- the selStarNoCompute
setSelStarNoCompute
public void setSelStarNoCompute(boolean selStarNoCompute)
- Parameters:
selStarNoCompute
- the selStarNoCompute to set
Copyright © 2009 The Apache Software Foundation