@Value.Immutable public static interface AggregateUnionAggregateRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static AggregateUnionAggregateRule.Config |
AGG_FIRST |
static AggregateUnionAggregateRule.Config |
AGG_SECOND |
static AggregateUnionAggregateRule.Config |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
default AggregateUnionAggregateRule |
toRule()
Creates a rule that uses this configuration.
|
default AggregateUnionAggregateRule.Config |
withOperandFor(Class<? extends Aggregate> aggregateClass,
Class<? extends Union> unionClass,
Class<? extends RelNode> firstUnionInputClass,
Class<? extends RelNode> secondUnionInputClass)
Defines an operand tree for the given classes.
|
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final AggregateUnionAggregateRule.Config DEFAULT
static final AggregateUnionAggregateRule.Config AGG_FIRST
static final AggregateUnionAggregateRule.Config AGG_SECOND
default AggregateUnionAggregateRule toRule()
RelRule.ConfigtoRule in interface RelRule.ConfigCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.