org.apache.hadoop.hive.ql.optimizer
Class GenMRProcContext.GenMRMapJoinCtx

java.lang.Object
  extended by org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRMapJoinCtx
Enclosing class:
GenMRProcContext

public static class GenMRProcContext.GenMRMapJoinCtx
extends Object

GenMRMapJoinCtx.


Constructor Summary
GenMRProcContext.GenMRMapJoinCtx()
           
GenMRProcContext.GenMRMapJoinCtx(String taskTmpDir, TableDesc tt_desc, Operator<? extends OperatorDesc> rootMapJoinOp, AbstractMapJoinOperator<? extends MapJoinDesc> oldMapJoin)
           
 
Method Summary
 AbstractMapJoinOperator<? extends MapJoinDesc> getOldMapJoin()
           
 Operator<? extends OperatorDesc> getRootMapJoinOp()
           
 String getTaskTmpDir()
           
 TableDesc getTTDesc()
           
 void setOldMapJoin(AbstractMapJoinOperator<? extends MapJoinDesc> oldMapJoin)
           
 void setRootMapJoinOp(Operator<? extends OperatorDesc> rootMapJoinOp)
           
 void setTaskTmpDir(String taskTmpDir)
           
 void setTTDesc(TableDesc tt_desc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenMRProcContext.GenMRMapJoinCtx

public GenMRProcContext.GenMRMapJoinCtx()

GenMRProcContext.GenMRMapJoinCtx

public GenMRProcContext.GenMRMapJoinCtx(String taskTmpDir,
                                        TableDesc tt_desc,
                                        Operator<? extends OperatorDesc> rootMapJoinOp,
                                        AbstractMapJoinOperator<? extends MapJoinDesc> oldMapJoin)
Parameters:
taskTmpDir -
tt_desc -
rootMapJoinOp -
oldMapJoin -
Method Detail

setTaskTmpDir

public void setTaskTmpDir(String taskTmpDir)

getTaskTmpDir

public String getTaskTmpDir()

setTTDesc

public void setTTDesc(TableDesc tt_desc)

getTTDesc

public TableDesc getTTDesc()

getRootMapJoinOp

public Operator<? extends OperatorDesc> getRootMapJoinOp()
Returns:
the childSelect

setRootMapJoinOp

public void setRootMapJoinOp(Operator<? extends OperatorDesc> rootMapJoinOp)
Parameters:
rootMapJoinOp - the rootMapJoinOp to set

getOldMapJoin

public AbstractMapJoinOperator<? extends MapJoinDesc> getOldMapJoin()
Returns:
the oldMapJoin

setOldMapJoin

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


Copyright © 2013 The Apache Software Foundation