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
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 Serializable> rootMapJoinOp,
MapJoinOperator 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 Serializable> getRootMapJoinOp()
- Returns:
- the childSelect
setRootMapJoinOp
public void setRootMapJoinOp(Operator<? extends Serializable> rootMapJoinOp)
- Parameters:
rootMapJoinOp
- the rootMapJoinOp to set
getOldMapJoin
public MapJoinOperator getOldMapJoin()
- Returns:
- the oldMapJoin
setOldMapJoin
public void setOldMapJoin(MapJoinOperator oldMapJoin)
- Parameters:
oldMapJoin
- the oldMapJoin to set
Copyright © 2009 The Apache Software Foundation