public class LateralViewJoinDesc extends AbstractOperatorDesc
colExprMap, memAvailable, memNeeded, opProps, opTraits, runtimeStatsTmpDir, statistics, vectorDesc, vectorMode| Constructor and Description |
|---|
LateralViewJoinDesc() |
LateralViewJoinDesc(int numSelColumns,
ArrayList<String> outputInternalColNames) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNumSelColumns() |
ArrayList<String> |
getOutputInternalColNames() |
ArrayList<String> |
getUserLevelExplainOutputInternalColNames() |
boolean |
isSame(OperatorDesc other)
The default implementation delegates to
Object.equals(Object). |
void |
setNumSelColumns(int numSelColumns) |
void |
setOutputInternalColNames(ArrayList<String> outputInternalColNames) |
clone, fillSignature, getColumnExprMap, getColumnExprMapForExplain, getMaxMemoryAvailable, getMemoryNeeded, getOpProps, getRuntimeStatsTmpDir, getStatistics, getTraits, getUserLevelStatistics, getVectorDesc, getVectorMode, setColumnExprMap, setMaxMemoryAvailable, setMemoryNeeded, setOpProps, setRuntimeStatsTmpDir, setStatistics, setTraits, setVectorDesc, setVectorModepublic void setOutputInternalColNames(ArrayList<String> outputInternalColNames)
public ArrayList<String> getUserLevelExplainOutputInternalColNames()
public int getNumSelColumns()
public void setNumSelColumns(int numSelColumns)
public boolean isSame(OperatorDesc other)
AbstractOperatorDescObject.equals(Object). Intended to be
overridden by sub classes.isSame in interface OperatorDescisSame in class AbstractOperatorDescCopyright © 2019 The Apache Software Foundation. All Rights Reserved.