public static interface PruneEmptyRules.RemoveEmptySingleRule.Config extends PruneEmptyRules.PruneEmptyRule.Config
EMPTY| 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.Config withOperandFor(Class<R> relClass, Predicate<R> predicate)
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.