@Value.Immutable public static interface PruneEmptyRules.RemoveEmptySingleRule.RemoveEmptySingleRuleConfig extends PruneEmptyRules.PruneEmptyRule.Config
| Modifier and Type | Method and Description |
|---|---|
default PruneEmptyRules.RemoveEmptySingleRule |
toRule()
Creates a rule that uses this configuration.
|
default <R extends RelNode> |
withOperandFor(Class<R> relClass,
Predicate<R> predicate)
Defines an operand tree for the given classes.
|
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorydefault PruneEmptyRules.RemoveEmptySingleRule toRule()
RelRule.ConfigtoRule in interface PruneEmptyRules.PruneEmptyRule.ConfigtoRule in interface RelRule.Configdefault <R extends RelNode> PruneEmptyRules.RemoveEmptySingleRule.RemoveEmptySingleRuleConfig withOperandFor(Class<R> relClass, Predicate<R> predicate)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.