| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.parse |
| Modifier and Type | Method and Description |
|---|---|
static Set<Operator<?>> |
OperatorUtils.findWorkOperatorsAndSemiJoinEdges(Operator<?> start,
Map<ReduceSinkOperator,SemiJoinBranchInfo> rsToSemiJoinBranchInfo,
Set<ReduceSinkOperator> semiJoinOps,
Set<TerminalOperator<?>> terminalOps) |
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap<ReduceSinkOperator,SemiJoinBranchInfo> |
ParseContext.getRsToSemiJoinBranchInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParseContext.setRsToSemiJoinBranchInfo(LinkedHashMap<ReduceSinkOperator,SemiJoinBranchInfo> rsToSemiJoinBranchInfo) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.