Package org.apache.calcite.rel.rules
Interface AggregateExpandDistinctAggregatesRule.Config
- All Superinterfaces:
RelRule.Config
- Enclosing class:
AggregateExpandDistinctAggregatesRule
@Immutable
public static interface AggregateExpandDistinctAggregatesRule.Config
extends RelRule.Config
Rule configuration.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AggregateExpandDistinctAggregatesRule.Config
static final AggregateExpandDistinctAggregatesRule.Config
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Whether to use GROUPING SETS, default true.toRule()
Creates a rule that uses this configuration.withUsingGroupingSets
(boolean usingGroupingSets) SetsisUsingGroupingSets()
.Methods inherited from interface org.apache.calcite.plan.RelRule.Config
as, description, operandSupplier, relBuilderFactory, withDescription, withOperandSupplier, withRelBuilderFactory
-
Field Details
-
DEFAULT
-
JOIN
-
-
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
-
isUsingGroupingSets
@Default default boolean isUsingGroupingSets()Whether to use GROUPING SETS, default true. -
withUsingGroupingSets
SetsisUsingGroupingSets()
.
-