Package org.apache.calcite.rel.rules
Interface UnionEliminatorRule.Config
- All Superinterfaces:
- RelRule.Config
- Enclosing class:
- UnionEliminatorRule
Rule configuration.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final UnionEliminatorRule.Configstatic final UnionEliminatorRule.Configstatic final UnionEliminatorRule.Config
- 
Method SummaryModifier and TypeMethodDescriptiondefault UnionEliminatorRuletoRule()Creates a rule that uses this configuration.default UnionEliminatorRule.ConfigwithOperandFor(Class<? extends SetOp> setOpClass) Defines an operand tree for the given classes.Methods inherited from interface org.apache.calcite.plan.RelRule.Configas, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
- 
Field Details- 
DEFAULT
- 
INTERSECT
- 
MINUS
 
- 
- 
Method Details- 
toRuleDescription copied from interface:RelRule.ConfigCreates a rule that uses this configuration. Sub-class must override.- Specified by:
- toRulein interface- RelRule.Config
 
- 
withOperandForDefines an operand tree for the given classes.
 
-