public static class MapJoinProcessor.MapJoinWalkerCtx extends Object implements NodeProcessorCtx
Constructor and Description |
---|
MapJoinProcessor.MapJoinWalkerCtx(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed,
ParseContext pGraphContext) |
Modifier and Type | Method and Description |
---|---|
AbstractMapJoinOperator<? extends MapJoinDesc> |
getCurrMapJoinOp() |
List<AbstractMapJoinOperator<? extends MapJoinDesc>> |
getListMapJoinsNoRed() |
List<AbstractMapJoinOperator<? extends MapJoinDesc>> |
getListRejectedMapJoins() |
ParseContext |
getpGraphContext() |
void |
setCurrMapJoinOp(AbstractMapJoinOperator<? extends MapJoinDesc> currMapJoinOp) |
void |
setListMapJoins(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed) |
void |
setListRejectedMapJoins(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listRejectedMapJoins) |
void |
setpGraphContext(ParseContext pGraphContext) |
public MapJoinProcessor.MapJoinWalkerCtx(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed, ParseContext pGraphContext)
listMapJoinsNoRed
- pGraphContext
- public List<AbstractMapJoinOperator<? extends MapJoinDesc>> getListMapJoinsNoRed()
public void setListMapJoins(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed)
listMapJoinsNoRed
- the listMapJoins to setpublic AbstractMapJoinOperator<? extends MapJoinDesc> getCurrMapJoinOp()
public void setCurrMapJoinOp(AbstractMapJoinOperator<? extends MapJoinDesc> currMapJoinOp)
currMapJoinOp
- the currMapJoinOp to setpublic List<AbstractMapJoinOperator<? extends MapJoinDesc>> getListRejectedMapJoins()
public void setListRejectedMapJoins(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listRejectedMapJoins)
listRejectedMapJoins
- the listRejectedMapJoins to setpublic ParseContext getpGraphContext()
public void setpGraphContext(ParseContext pGraphContext)
Copyright © 2017 The Apache Software Foundation. All rights reserved.