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
Modifier and TypeFieldDescriptionstatic final SubQueryRemoveRule.Config
static final SubQueryRemoveRule.Config
static final SubQueryRemoveRule.Config
-
Method Summary
Modifier and TypeMethodDescriptionForwards a call toRelOptRule.onMatch(RelOptRuleCall)
.default SubQueryRemoveRule
toRule()
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.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceRelRule.Config
-
matchHandler
RelRule.MatchHandler<SubQueryRemoveRule> matchHandler()Forwards a call toRelOptRule.onMatch(RelOptRuleCall)
. -
withMatchHandler
SetsmatchHandler()
.
-