@Value.Immutable(singleton=false) public static interface SubQueryRemoveRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static SubQueryRemoveRule.Config |
FILTER |
static SubQueryRemoveRule.Config |
JOIN |
static SubQueryRemoveRule.Config |
PROJECT |
| Modifier and Type | Method and Description |
|---|---|
RelRule.MatchHandler<SubQueryRemoveRule> |
matchHandler()
Forwards a call to
RelOptRule.onMatch(RelOptRuleCall). |
default SubQueryRemoveRule |
toRule()
Creates a rule that uses this configuration.
|
SubQueryRemoveRule.Config |
withMatchHandler(RelRule.MatchHandler<SubQueryRemoveRule> matchHandler)
Sets
matchHandler(). |
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final SubQueryRemoveRule.Config PROJECT
static final SubQueryRemoveRule.Config FILTER
static final SubQueryRemoveRule.Config JOIN
default SubQueryRemoveRule toRule()
RelRule.ConfigtoRule in interface RelRule.ConfigRelRule.MatchHandler<SubQueryRemoveRule> matchHandler()
RelOptRule.onMatch(RelOptRuleCall).SubQueryRemoveRule.Config withMatchHandler(RelRule.MatchHandler<SubQueryRemoveRule> matchHandler)
matchHandler().Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.