Package org.apache.calcite.rel.rules
Interface PruneEmptyRules.IntersectEmptyPruneRuleConfig
- All Superinterfaces:
- PruneEmptyRules.PruneEmptyRule.Config,- RelRule.Config
- Enclosing class:
- PruneEmptyRules
@Immutable
public static interface PruneEmptyRules.IntersectEmptyPruneRuleConfig
extends PruneEmptyRules.PruneEmptyRule.Config
Configuration for a rule that prunes an Intersect if any of its inputs
 is empty.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptiondefault PruneEmptyRules.PruneEmptyRuletoRule()Creates a rule that uses this configuration.Methods inherited from interface org.apache.calcite.plan.RelRule.Configas, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
- 
Field Details- 
DEFAULT
 
- 
- 
Method Details- 
toRuleDescription copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
- toRulein interface- PruneEmptyRules.PruneEmptyRule.Config
- Specified by:
- toRulein interface- RelRule.Config
 
 
-