Interface RollupAggregation
- All Superinterfaces:
Aggregation
- All Known Implementing Classes:
NullColumns
,RollupAggregationBase
Rollup-specific
aggregations
.-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RollupAggregation
nullColumns
(String name, Class<?> type) static RollupAggregation
nullColumns
(Map<String, Class<?>> resultColumns) <V extends Aggregation.Visitor>
Vwalk
(V visitor) Glue method to deliver this Aggregation to aAggSpec.Visitor
.
-
Method Details
-
nullColumns
-
nullColumns
-
walk
Description copied from interface:Aggregation
Glue method to deliver this Aggregation to aAggSpec.Visitor
.- Specified by:
walk
in interfaceAggregation
- Parameters:
visitor
- The visitor- Returns:
- The visitor
-
walk
-