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 SummaryMethods inherited from interface org.apache.calcite.plan.RelRule.Configas, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
- 
Method Details- 
toRulePruneEmptyRules.PruneEmptyRule toRule()Description copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
- toRulein interface- RelRule.Config
 
 
-