Package org.apache.calcite.rel.rules
Interface UnionMergeRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
UnionMergeRule
Rule configuration.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final UnionMergeRule.Config
static final UnionMergeRule.Config
static final UnionMergeRule.Config
-
Method Summary
Modifier and TypeMethodDescriptiondefault UnionMergeRule
toRule()
Creates a rule that uses this configuration.default UnionMergeRule.Config
withOperandFor
(Class<? extends RelNode> setOpClass) Defines an operand tree for the given classes.Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
DEFAULT
-
INTERSECT
-
MINUS
-
-
Method Details
-
toRule
Description copied from interface:RelRule.Config
Creates a rule that uses this configuration. Sub-class must override.- Specified by:
toRule
in interfaceRelRule.Config
-
withOperandFor
Defines an operand tree for the given classes.
-