Package org.apache.calcite.rel.rules
Interface SortMergeRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
SortMergeRule
Rule configuration.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionForwards a call toRelOptRule.onMatch(RelOptRuleCall)
.default SortMergeRule
toRule()
Creates a rule that uses this configuration.withMatchHandler
(RelRule.MatchHandler<SortMergeRule> matchHandler) SetsmatchHandler()
.Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
LIMIT_MERGE
-
-
Method Details
-
toRule
Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceRelRule.Config
-
matchHandler
RelRule.MatchHandler<SortMergeRule> matchHandler()Forwards a call toRelOptRule.onMatch(RelOptRuleCall)
. -
withMatchHandler
SetsmatchHandler()
.
-