| Package | Description |
|---|---|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FilterJoinRule.FilterIntoJoinRule
Rule that tries to push filter expressions into a join
condition and into the inputs of the join.
|
static class |
FilterJoinRule.JoinConditionPushRule
Rule that pushes parts of the join condition to its inputs.
|
| Modifier and Type | Field and Description |
|---|---|
static FilterJoinRule |
FilterJoinRule.DUMB_FILTER_ON_JOIN
Dumber version of
FILTER_ON_JOIN. |
static FilterJoinRule |
FilterJoinRule.FILTER_ON_JOIN
Rule that pushes predicates from a Filter into the Join below them.
|
static FilterJoinRule |
FilterJoinRule.JOIN
Rule that pushes predicates in a Join into the inputs to the join.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.