Class RemoveRedundantLocalRankRule
java.lang.Object
org.apache.calcite.plan.RelOptRule
org.apache.calcite.plan.RelRule<RemoveRedundantLocalRankRule.RemoveRedundantLocalRankRuleConfig>
org.apache.flink.table.planner.plan.rules.physical.batch.RemoveRedundantLocalRankRule
@Enclosing
public class RemoveRedundantLocalRankRule
extends org.apache.calcite.plan.RelRule<RemoveRedundantLocalRankRule.RemoveRedundantLocalRankRuleConfig>
Planner rule that matches a global
BatchPhysicalRank on a local BatchPhysicalRank, and merge them into a global BatchPhysicalRank.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceConfiguration forRemoveRedundantLocalRankRule.Nested classes/interfaces inherited from class org.apache.calcite.plan.RelRule
org.apache.calcite.plan.RelRule.Config, org.apache.calcite.plan.RelRule.Done, org.apache.calcite.plan.RelRule.MatchHandler<R extends org.apache.calcite.plan.RelOptRule>, org.apache.calcite.plan.RelRule.OperandBuilder, org.apache.calcite.plan.RelRule.OperandDetailBuilder<R extends org.apache.calcite.rel.RelNode>, org.apache.calcite.plan.RelRule.OperandTransformNested classes/interfaces inherited from class org.apache.calcite.plan.RelOptRule
org.apache.calcite.plan.RelOptRule.ConverterRelOptRuleOperand -
Field Summary
FieldsFields inherited from class org.apache.calcite.plan.RelRule
configFields inherited from class org.apache.calcite.plan.RelOptRule
description, operands, relBuilderFactory -
Constructor Summary
ConstructorsConstructorDescriptionRemoveRedundantLocalRankRule(RemoveRedundantLocalRankRule.RemoveRedundantLocalRankRuleConfig config) -
Method Summary
Methods inherited from class org.apache.calcite.plan.RelOptRule
any, convert, convert, convertList, convertOperand, convertOperand, equals, equals, getOperand, getOperands, getOutConvention, getOutTrait, hashCode, none, operand, operand, operand, operand, operand, operandJ, operandJ, some, toString, unordered
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
RemoveRedundantLocalRankRule
public RemoveRedundantLocalRankRule(RemoveRedundantLocalRankRule.RemoveRedundantLocalRankRuleConfig config)
-
-
Method Details
-
matches
public boolean matches(org.apache.calcite.plan.RelOptRuleCall call) - Overrides:
matchesin classorg.apache.calcite.plan.RelOptRule
-
onMatch
public void onMatch(org.apache.calcite.plan.RelOptRuleCall call) - Specified by:
onMatchin classorg.apache.calcite.plan.RelOptRule
-