public class FlinkSemiAntiJoinProjectTransposeRule
extends org.apache.calcite.plan.RelOptRule
org.apache.calcite.rel.core.SemiJoin down in a tree past a
Project.
The intention is to trigger other rules that will convert SemiJoins.
SemiJoin(LogicalProject(X), Y) → LogicalProject(SemiJoin(X, Y))
SemiJoinFilterTransposeRule| Modifier and Type | Field and Description |
|---|---|
static FlinkSemiAntiJoinProjectTransposeRule |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(org.apache.calcite.plan.RelOptRuleCall call) |
void |
onMatch(org.apache.calcite.plan.RelOptRuleCall call) |
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unorderedpublic static final FlinkSemiAntiJoinProjectTransposeRule INSTANCE
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.