public class FlinkSemiAntiJoinFilterTransposeRule
extends org.apache.calcite.plan.RelOptRule
Filter
.
The intention is to trigger other rules that will convert SemiJoin
s.
SemiJoin(LogicalFilter(X), Y) → LogicalFilter(SemiJoin(X, Y))
SemiJoinProjectTransposeRule
Modifier and Type | Field and Description |
---|---|
static FlinkSemiAntiJoinFilterTransposeRule |
INSTANCE |
Constructor and Description |
---|
FlinkSemiAntiJoinFilterTransposeRule(org.apache.calcite.tools.RelBuilderFactory relBuilderFactory)
Creates a FlinkSemiAntiJoinFilterTransposeRule.
|
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, unordered
public static final FlinkSemiAntiJoinFilterTransposeRule INSTANCE
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.