Package org.apache.calcite.rel.rules
Interface PruneEmptyRules.PruneEmptyRule.Config
- All Superinterfaces:
RelRule.Config
- All Known Subinterfaces:
PruneEmptyRules.CorrelateLeftEmptyRuleConfig
,PruneEmptyRules.CorrelateRightEmptyRuleConfig
,PruneEmptyRules.IntersectEmptyPruneRuleConfig
,PruneEmptyRules.JoinLeftEmptyRuleConfig
,PruneEmptyRules.JoinRightEmptyRuleConfig
,PruneEmptyRules.MinusEmptyPruneRuleConfig
,PruneEmptyRules.RemoveEmptySingleRule.RemoveEmptySingleRuleConfig
,PruneEmptyRules.SortFetchZeroRuleConfig
,PruneEmptyRules.UnionEmptyPruneRuleConfig
,PruneEmptyRules.ZeroMaxRowsRuleConfig
- Enclosing class:
PruneEmptyRules.PruneEmptyRule
Rule configuration.
-
Method Summary
Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Method Details
-
toRule
PruneEmptyRules.PruneEmptyRule toRule()Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceRelRule.Config
-