org.apache.hadoop.hive.ql.optimizer
Class MapJoinProcessor.MapJoinWalkerCtx

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.MapJoinProcessor.MapJoinWalkerCtx
All Implemented Interfaces:
NodeProcessorCtx
Enclosing class:
MapJoinProcessor

public static class MapJoinProcessor.MapJoinWalkerCtx
extends Object
implements NodeProcessorCtx

MapJoinWalkerCtx.


Constructor Summary
MapJoinProcessor.MapJoinWalkerCtx(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed, ParseContext pGraphContext)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapJoinProcessor.MapJoinWalkerCtx

public MapJoinProcessor.MapJoinWalkerCtx(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed,
                                         ParseContext pGraphContext)
Parameters:
listMapJoinsNoRed -
pGraphContext -
Method Detail

getListMapJoinsNoRed

public List<AbstractMapJoinOperator<? extends MapJoinDesc>> getListMapJoinsNoRed()
Returns:
the listMapJoins

setListMapJoins

public void setListMapJoins(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed)
Parameters:
listMapJoinsNoRed - the listMapJoins to set

getCurrMapJoinOp

public AbstractMapJoinOperator<? extends MapJoinDesc> getCurrMapJoinOp()
Returns:
the currMapJoinOp

setCurrMapJoinOp

public void setCurrMapJoinOp(AbstractMapJoinOperator<? extends MapJoinDesc> currMapJoinOp)
Parameters:
currMapJoinOp - the currMapJoinOp to set

getListRejectedMapJoins

public List<AbstractMapJoinOperator<? extends MapJoinDesc>> getListRejectedMapJoins()
Returns:
the listRejectedMapJoins

setListRejectedMapJoins

public void setListRejectedMapJoins(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listRejectedMapJoins)
Parameters:
listRejectedMapJoins - the listRejectedMapJoins to set

getpGraphContext

public ParseContext getpGraphContext()

setpGraphContext

public void setpGraphContext(ParseContext pGraphContext)


Copyright © 2014 The Apache Software Foundation. All rights reserved.