Package io.trino.operator.aggregation
Interface MapAggregationState
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
AbstractMapAggregationState,GroupedMapAggregationState,SingleMapAggregationState
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ValueBlock keyBlock, int keyPosition, ValueBlock valueBlock, int valuePosition) default voidmerge(MapAggregationState other) voidwriteAll(MapBlockBuilder out) Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
add
-
merge
-
writeAll
-