Interface MultimapAggregationState
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
GroupedMultimapAggregationState,SingleMultimapAggregationState
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidforEach(MultimapAggregationStateConsumer consumer) intbooleanisEmpty()default voidmerge(MultimapAggregationState otherState) default voidreset()Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
add
-
forEach
-
merge
-
isEmpty
boolean isEmpty() -
reset
default void reset() -
getEntryCount
int getEntryCount()
-