|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractMapJoinOperator | |
---|---|
org.apache.hadoop.hive.ql.exec | Hive QL execution tasks, operators, functions and other handlers. |
org.apache.hadoop.hive.ql.optimizer | |
org.apache.hadoop.hive.ql.parse |
Uses of AbstractMapJoinOperator in org.apache.hadoop.hive.ql.exec |
---|
Subclasses of AbstractMapJoinOperator in org.apache.hadoop.hive.ql.exec | |
---|---|
class |
MapJoinOperator
Map side Join operator implementation. |
class |
SMBMapJoinOperator
Sorted Merge Map Join Operator. |
Constructors in org.apache.hadoop.hive.ql.exec with parameters of type AbstractMapJoinOperator | |
---|---|
AbstractMapJoinOperator(AbstractMapJoinOperator<? extends MapJoinDesc> mjop)
|
|
MapJoinOperator(AbstractMapJoinOperator<? extends MapJoinDesc> mjop)
|
|
SMBMapJoinOperator(AbstractMapJoinOperator<? extends MapJoinDesc> mapJoinOp)
|
Uses of AbstractMapJoinOperator in org.apache.hadoop.hive.ql.optimizer |
---|
Methods in org.apache.hadoop.hive.ql.optimizer that return AbstractMapJoinOperator | |
---|---|
AbstractMapJoinOperator<? extends MapJoinDesc> |
MapJoinProcessor.MapJoinWalkerCtx.getCurrMapJoinOp()
|
AbstractMapJoinOperator<? extends MapJoinDesc> |
GenMRProcContext.getCurrMapJoinOp()
|
AbstractMapJoinOperator<? extends MapJoinDesc> |
GenMRProcContext.GenMRMapJoinCtx.getOldMapJoin()
|
Methods in org.apache.hadoop.hive.ql.optimizer that return types with arguments of type AbstractMapJoinOperator | |
---|---|
List<AbstractMapJoinOperator<? extends MapJoinDesc>> |
MapJoinProcessor.MapJoinWalkerCtx.getListMapJoinsNoRed()
|
List<AbstractMapJoinOperator<? extends MapJoinDesc>> |
MapJoinProcessor.MapJoinWalkerCtx.getListRejectedMapJoins()
|
Methods in org.apache.hadoop.hive.ql.optimizer with parameters of type AbstractMapJoinOperator | |
---|---|
GenMRProcContext.GenMRMapJoinCtx |
GenMRProcContext.getMapJoinCtx(AbstractMapJoinOperator<? extends MapJoinDesc> op)
|
static int |
MapJoinFactory.getPositionParent(AbstractMapJoinOperator<? extends MapJoinDesc> op,
Stack<Node> stack)
|
void |
MapJoinProcessor.MapJoinWalkerCtx.setCurrMapJoinOp(AbstractMapJoinOperator<? extends MapJoinDesc> currMapJoinOp)
|
void |
GenMRProcContext.setCurrMapJoinOp(AbstractMapJoinOperator<? extends MapJoinDesc> currMapJoinOp)
|
void |
GenMRProcContext.setMapJoinCtx(AbstractMapJoinOperator<? extends MapJoinDesc> op,
GenMRProcContext.GenMRMapJoinCtx mjCtx)
|
void |
GenMRProcContext.GenMRMapJoinCtx.setOldMapJoin(AbstractMapJoinOperator<? extends MapJoinDesc> oldMapJoin)
|
Method parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type AbstractMapJoinOperator | |
---|---|
void |
MapJoinProcessor.MapJoinWalkerCtx.setListMapJoins(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed)
|
void |
MapJoinProcessor.MapJoinWalkerCtx.setListRejectedMapJoins(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listRejectedMapJoins)
|
Constructors in org.apache.hadoop.hive.ql.optimizer with parameters of type AbstractMapJoinOperator | |
---|---|
GenMRProcContext.GenMRMapJoinCtx(String taskTmpDir,
TableDesc tt_desc,
Operator<? extends Serializable> rootMapJoinOp,
AbstractMapJoinOperator<? extends MapJoinDesc> oldMapJoin)
|
Constructor parameters in org.apache.hadoop.hive.ql.optimizer with type arguments of type AbstractMapJoinOperator | |
---|---|
MapJoinProcessor.MapJoinWalkerCtx(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinsNoRed,
ParseContext pGraphContext)
|
Uses of AbstractMapJoinOperator in org.apache.hadoop.hive.ql.parse |
---|
Methods in org.apache.hadoop.hive.ql.parse that return types with arguments of type AbstractMapJoinOperator | |
---|---|
List<AbstractMapJoinOperator<? extends MapJoinDesc>> |
ParseContext.getListMapJoinOpsNoReducer()
|
Method parameters in org.apache.hadoop.hive.ql.parse with type arguments of type AbstractMapJoinOperator | |
---|---|
void |
ParseContext.setListMapJoinOpsNoReducer(List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinOpsNoReducer)
|
Constructor parameters in org.apache.hadoop.hive.ql.parse with type arguments of type AbstractMapJoinOperator | |
---|---|
ParseContext(HiveConf conf,
QB qb,
ASTNode ast,
HashMap<TableScanOperator,ExprNodeDesc> opToPartPruner,
HashMap<TableScanOperator,PrunedPartitionList> opToPartList,
HashMap<String,Operator<? extends Serializable>> topOps,
HashMap<String,Operator<? extends Serializable>> topSelOps,
LinkedHashMap<Operator<? extends Serializable>,OpParseContext> opParseCtx,
Map<JoinOperator,QBJoinTree> joinContext,
HashMap<TableScanOperator,Table> topToTable,
List<LoadTableDesc> loadTableWork,
List<LoadFileDesc> loadFileWork,
Context ctx,
HashMap<String,String> idToTableNameMap,
int destTableId,
UnionProcContext uCtx,
List<AbstractMapJoinOperator<? extends MapJoinDesc>> listMapJoinOpsNoReducer,
Map<GroupByOperator,Set<String>> groupOpToInputTables,
Map<String,PrunedPartitionList> prunedPartitions,
HashMap<TableScanOperator,FilterDesc.sampleDesc> opToSamplePruner)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |