@Value.Immutable(singleton=false) public static interface ExchangeRemoveConstantKeysRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static ExchangeRemoveConstantKeysRule.Config |
DEFAULT |
static ExchangeRemoveConstantKeysRule.Config |
SORT |
| Modifier and Type | Method and Description |
|---|---|
RelRule.MatchHandler<ExchangeRemoveConstantKeysRule> |
matchHandler()
Forwards a call to
RelOptRule.onMatch(RelOptRuleCall). |
default ExchangeRemoveConstantKeysRule |
toRule()
Creates a rule that uses this configuration.
|
ExchangeRemoveConstantKeysRule.Config |
withMatchHandler(RelRule.MatchHandler<ExchangeRemoveConstantKeysRule> matchHandler)
Sets
matchHandler(). |
default <R extends Exchange> |
withOperandFor(Class<R> exchangeClass,
Predicate<R> predicate)
Defines an operand tree for the given classes.
|
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final ExchangeRemoveConstantKeysRule.Config DEFAULT
static final ExchangeRemoveConstantKeysRule.Config SORT
default ExchangeRemoveConstantKeysRule toRule()
RelRule.ConfigtoRule in interface RelRule.Config@Value.Parameter RelRule.MatchHandler<ExchangeRemoveConstantKeysRule> matchHandler()
RelOptRule.onMatch(RelOptRuleCall).ExchangeRemoveConstantKeysRule.Config withMatchHandler(RelRule.MatchHandler<ExchangeRemoveConstantKeysRule> matchHandler)
matchHandler().default <R extends Exchange> ExchangeRemoveConstantKeysRule.Config withOperandFor(Class<R> exchangeClass, Predicate<R> predicate)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.