Package | Description |
---|---|
org.apache.drill.exec.planner.index | |
org.apache.drill.exec.planner.logical | |
org.apache.drill.exec.store.base.filter |
Modifier and Type | Field and Description |
---|---|
DrillFilterRel |
IndexLogicalPlanCallContext.filter |
Constructor and Description |
---|
IndexLogicalPlanCallContext(org.apache.calcite.plan.RelOptRuleCall call,
DrillProjectRel capProject,
DrillFilterRel filter,
DrillProjectRel project,
DrillScanRel scan) |
IndexLogicalPlanCallContext(org.apache.calcite.plan.RelOptRuleCall call,
DrillSortRel sort,
DrillProjectRel capProject,
DrillFilterRel filter,
DrillProjectRel project,
DrillScanRel scan) |
Modifier and Type | Method and Description |
---|---|
static DrillFilterRel |
DrillFilterRel.convert(Filter filter,
ConversionContext context) |
static DrillFilterRel |
DrillFilterRel.create(org.apache.calcite.rel.RelNode child,
org.apache.calcite.rex.RexNode condition) |
DrillFilterRel |
RowKeyJoinCallContext.getFilterRel() |
Constructor and Description |
---|
RowKeyJoinCallContext(org.apache.calcite.plan.RelOptRuleCall call,
RowKeyJoinCallContext.RowKey rowKeyLoc,
int rowKeyPos,
boolean swapInputs,
DrillJoin joinRel,
DrillProjectRel upperProjectRel,
DrillFilterRel filterRel,
DrillProjectRel lowerProjectRel,
DrillScanRel scanRel) |
Modifier and Type | Method and Description |
---|---|
void |
FilterPushDownStrategy.onMatch(org.apache.calcite.plan.RelOptRuleCall call,
DrillFilterRel filter,
DrillProjectRel project,
DrillScanRel scan) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.