@Value.Immutable public static interface AggregateExpandDistinctAggregatesRule.Config extends RelRule.Config
| Modifier and Type | Field and Description |
|---|---|
static AggregateExpandDistinctAggregatesRule.Config |
DEFAULT |
static AggregateExpandDistinctAggregatesRule.Config |
JOIN |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
isUsingGroupingSets()
Whether to use GROUPING SETS, default true.
|
default AggregateExpandDistinctAggregatesRule |
toRule()
Creates a rule that uses this configuration.
|
AggregateExpandDistinctAggregatesRule.Config |
withUsingGroupingSets(boolean usingGroupingSets)
Sets
isUsingGroupingSets(). |
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactorystatic final AggregateExpandDistinctAggregatesRule.Config DEFAULT
static final AggregateExpandDistinctAggregatesRule.Config JOIN
default AggregateExpandDistinctAggregatesRule toRule()
RelRule.ConfigtoRule in interface RelRule.Config@Value.Default default boolean isUsingGroupingSets()
AggregateExpandDistinctAggregatesRule.Config withUsingGroupingSets(boolean usingGroupingSets)
isUsingGroupingSets().Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.