public static interface ExchangeRemoveConstantKeysRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static ExchangeRemoveConstantKeysRule.Config |
DEFAULT |
static ExchangeRemoveConstantKeysRule.Config |
SORT |
EMPTY| Modifier and Type | Method and Description |
|---|---|
<R extends RelOptRule> |
matchHandler()
Forwards a call to
RelOptRule.onMatch(RelOptRuleCall). |
default ExchangeRemoveConstantKeysRule |
toRule()
Creates a rule that uses this configuration.
|
<R extends RelOptRule> |
withMatchHandler(RelRule.MatchHandler<R> 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<R extends RelOptRule> RelRule.MatchHandler<R> matchHandler()
RelOptRule.onMatch(RelOptRuleCall).<R extends RelOptRule> ExchangeRemoveConstantKeysRule.Config withMatchHandler(RelRule.MatchHandler<R> matchHandler)
matchHandler().default <R extends Exchange> ExchangeRemoveConstantKeysRule.Config withOperandFor(Class<R> exchangeClass, Predicate<R> predicate)
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.