org.apache.hadoop.hive.ql.optimizer
Class GenMRProcContext.GenMRMapJoinCtx
java.lang.Object
org.apache.hadoop.hive.ql.optimizer.GenMRProcContext.GenMRMapJoinCtx
- Enclosing class:
- GenMRProcContext
public static class GenMRProcContext.GenMRMapJoinCtx
- extends Object
GenMRMapJoinCtx.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
-
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