Package | Description |
---|---|
org.apache.drill.exec.physical.config | |
org.apache.drill.exec.planner.physical | |
org.apache.drill.exec.work.filter |
Modifier and Type | Method and Description |
---|---|
RuntimeFilterDef |
HashJoinPOP.getRuntimeFilterDef() |
Modifier and Type | Method and Description |
---|---|
void |
HashJoinPOP.setRuntimeFilterDef(RuntimeFilterDef runtimeFilterDef) |
Constructor and Description |
---|
HashJoinPOP(PhysicalOperator left,
PhysicalOperator right,
List<JoinCondition> conditions,
org.apache.calcite.rel.core.JoinRelType joinType,
boolean semiJoin,
RuntimeFilterDef runtimeFilterDef,
boolean isRowKeyJoin,
int joinControl) |
HashJoinPOP(PhysicalOperator left,
PhysicalOperator right,
List<JoinCondition> conditions,
org.apache.calcite.rel.core.JoinRelType joinType,
RuntimeFilterDef runtimeFilterDef) |
HashJoinPOP(PhysicalOperator left,
PhysicalOperator right,
List<JoinCondition> conditions,
org.apache.calcite.rel.core.JoinRelType joinType,
RuntimeFilterDef runtimeFilterDef,
boolean isRowKeyJoin,
int joinControl) |
Modifier and Type | Method and Description |
---|---|
RuntimeFilterDef |
HashJoinPrel.getRuntimeFilterDef() |
Modifier and Type | Method and Description |
---|---|
void |
HashJoinPrel.setRuntimeFilterDef(RuntimeFilterDef runtimeFilterDef) |
Constructor and Description |
---|
HashJoinPrel(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
org.apache.calcite.rel.RelNode left,
org.apache.calcite.rel.RelNode right,
org.apache.calcite.rex.RexNode condition,
org.apache.calcite.rel.core.JoinRelType joinType,
boolean swapped,
RuntimeFilterDef runtimeFilterDef,
boolean isRowKeyJoin,
int joinControl) |
HashJoinPrel(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
org.apache.calcite.rel.RelNode left,
org.apache.calcite.rel.RelNode right,
org.apache.calcite.rex.RexNode condition,
org.apache.calcite.rel.core.JoinRelType joinType,
boolean swapped,
RuntimeFilterDef runtimeFilterDef,
boolean isRowKeyJoin,
int joinControl,
boolean semiJoin) |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeFilterReporter.sendOut(List<BloomFilter> bloomFilters,
List<String> probeFields,
RuntimeFilterDef runtimeFilterDef,
int hashJoinOpId) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.