Package org.apache.druid.sql.calcite.rel
Class Subtotals
java.lang.Object
org.apache.druid.sql.calcite.rel.Subtotals
Represents the Druid groupBy query concept of subtotals, which is similar to GROUPING SETS.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanList<it.unimi.dsi.fastutil.ints.IntList>booleanhasEffect(List<DimensionSpec> dimensionSpecs) Returns whether this subtotals spec has an effect, and cannot be ignored.inthashCode()toString()toSubtotalsSpec(List<DimensionSpec> dimensions)