org.apache.hadoop.hive.ql.optimizer
Class MapJoinProcessor.MapJoinWalkerCtx
java.lang.Object
org.apache.hadoop.hive.ql.optimizer.MapJoinProcessor.MapJoinWalkerCtx
- All Implemented Interfaces:
- NodeProcessorCtx
- Enclosing class:
- MapJoinProcessor
public static class MapJoinProcessor.MapJoinWalkerCtx
- extends Object
- implements NodeProcessorCtx
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapJoinProcessor.MapJoinWalkerCtx
public MapJoinProcessor.MapJoinWalkerCtx(List<MapJoinOperator> listMapJoinsNoRed)
- Parameters:
listMapJoinsNoRed
-
getListMapJoinsNoRed
public List<MapJoinOperator> getListMapJoinsNoRed()
- Returns:
- the listMapJoins
setListMapJoins
public void setListMapJoins(List<MapJoinOperator> listMapJoinsNoRed)
- Parameters:
listMapJoinsNoRed
- the listMapJoins to set
getCurrMapJoinOp
public MapJoinOperator getCurrMapJoinOp()
- Returns:
- the currMapJoinOp
setCurrMapJoinOp
public void setCurrMapJoinOp(MapJoinOperator currMapJoinOp)
- Parameters:
currMapJoinOp
- the currMapJoinOp to set
getListRejectedMapJoins
public List<MapJoinOperator> getListRejectedMapJoins()
- Returns:
- the listRejectedMapJoins
setListRejectedMapJoins
public void setListRejectedMapJoins(List<MapJoinOperator> listRejectedMapJoins)
- Parameters:
listRejectedMapJoins
- the listRejectedMapJoins to set
Copyright © 2009 The Apache Software Foundation