public class SelectDesc extends AbstractOperatorDesc
opProps, opTraits, statistics, vectorMode| Constructor and Description |
|---|
SelectDesc() |
SelectDesc(boolean selStarNoCompute) |
SelectDesc(List<ExprNodeDesc> colList,
List<String> outputColumnNames) |
SelectDesc(List<ExprNodeDesc> colList,
List<String> outputColumnNames,
boolean selectStar) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
explainNoCompute() |
List<ExprNodeDesc> |
getColList() |
String |
getColListString() |
List<String> |
getOutputColumnNames() |
boolean |
isSelectStar() |
boolean |
isSelStarNoCompute() |
void |
setColList(List<ExprNodeDesc> colList) |
void |
setOutputColumnNames(List<String> outputColumnNames) |
void |
setSelectStar(boolean selectStar) |
void |
setSelStarNoCompute(boolean selStarNoCompute) |
getOpProps, getStatistics, getTraits, getVectorMode, setOpProps, setStatistics, setTraits, setVectorModepublic SelectDesc()
public SelectDesc(boolean selStarNoCompute)
public SelectDesc(List<ExprNodeDesc> colList, List<String> outputColumnNames)
public SelectDesc(List<ExprNodeDesc> colList, List<String> outputColumnNames, boolean selectStar)
public Object clone()
clone in interface OperatorDescclone in class AbstractOperatorDescpublic String getColListString()
public List<ExprNodeDesc> getColList()
public void setColList(List<ExprNodeDesc> colList)
public String explainNoCompute()
public boolean isSelectStar()
public void setSelectStar(boolean selectStar)
selectStar - the selectStar to setpublic boolean isSelStarNoCompute()
public void setSelStarNoCompute(boolean selStarNoCompute)
selStarNoCompute - the selStarNoCompute to setCopyright © 2017 The Apache Software Foundation. All rights reserved.