Package org.apache.calcite.rel.rules
Interface PruneEmptyRules.UnionEmptyPruneRuleConfig
- All Superinterfaces:
PruneEmptyRules.PruneEmptyRule.Config
,RelRule.Config
- Enclosing class:
PruneEmptyRules
@Immutable
public static interface PruneEmptyRules.UnionEmptyPruneRuleConfig
extends PruneEmptyRules.PruneEmptyRule.Config
Configuration for a rule that prunes empty inputs from a Minus.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault PruneEmptyRules.PruneEmptyRule
toRule()
Creates a rule that uses this configuration.Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
DEFAULT
-
-
Method Details
-
toRule
Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfacePruneEmptyRules.PruneEmptyRule.Config
- Specified by:
toRule
in interfaceRelRule.Config
-