Package org.apache.calcite.rel.rules
Interface SubQueryRemoveRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
SubQueryRemoveRule
@Immutable(singleton=false)
public static interface SubQueryRemoveRule.Config
extends RelRule.Config
Rule configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SubQueryRemoveRule.Configstatic final SubQueryRemoveRule.Configstatic final SubQueryRemoveRule.Config -
Method Summary
Modifier and TypeMethodDescriptionForwards a call toRelOptRule.onMatch(RelOptRuleCall).default SubQueryRemoveRuletoRule()Creates a rule that uses this configuration.withMatchHandler(RelRule.MatchHandler<SubQueryRemoveRule> matchHandler) SetsmatchHandler().Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
PROJECT
-
FILTER
-
JOIN
-
-
Method Details
-
toRule
Description copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
toRulein interfaceRelRule.Config
-
matchHandler
RelRule.MatchHandler<SubQueryRemoveRule> matchHandler()Forwards a call toRelOptRule.onMatch(RelOptRuleCall). -
withMatchHandler
SetsmatchHandler().
-