Package | Description |
---|---|
org.apache.flink.table.plan.rules.logical |
Modifier and Type | Class and Description |
---|---|
static class |
FlinkFilterJoinRule.FlinkFilterIntoJoinRule
Rule that tries to push filter expressions into a join condition and into the inputs of the
join.
|
static class |
FlinkFilterJoinRule.FlinkJoinConditionPushRule
Rule that pushes parts of the join condition to its inputs.
|
Modifier and Type | Field and Description |
---|---|
static FlinkFilterJoinRule |
FlinkFilterJoinRule.DUMB_FILTER_ON_JOIN
Dumber version of
FILTER_ON_JOIN . |
static FlinkFilterJoinRule |
FlinkFilterJoinRule.FILTER_ON_JOIN
Rule that pushes predicates from a Filter into the Join below them.
|
static FlinkFilterJoinRule |
FlinkFilterJoinRule.JOIN
Rule that pushes predicates in a Join into the inputs to the join.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.