@Value.Immutable public static interface UnionMergeRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static UnionMergeRule.Config |
DEFAULT |
static UnionMergeRule.Config |
INTERSECT |
static UnionMergeRule.Config |
MINUS |
| Modifier and Type | Method and Description |
|---|---|
default 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.
|
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final UnionMergeRule.Config DEFAULT
static final UnionMergeRule.Config INTERSECT
static final UnionMergeRule.Config MINUS
default UnionMergeRule toRule()
RelRule.ConfigtoRule in interface RelRule.Configdefault UnionMergeRule.Config withOperandFor(Class<? extends RelNode> setOpClass)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.