Class SingleMultimapAggregationState
java.lang.Object
io.trino.operator.aggregation.multimapagg.SingleMultimapAggregationState
- All Implemented Interfaces:
MultimapAggregationState,AccumulatorState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcopy()voidforEach(MultimapAggregationStateConsumer consumer) intlongbooleanisEmpty()voidreset()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.trino.operator.aggregation.multimapagg.MultimapAggregationState
merge
-
Constructor Details
-
SingleMultimapAggregationState
-
-
Method Details
-
add
- Specified by:
addin interfaceMultimapAggregationState
-
forEach
- Specified by:
forEachin interfaceMultimapAggregationState
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMultimapAggregationState
-
getEntryCount
public int getEntryCount()- Specified by:
getEntryCountin interfaceMultimapAggregationState
-
getEstimatedSize
public long getEstimatedSize()- Specified by:
getEstimatedSizein interfaceAccumulatorState
-
reset
public void reset()- Specified by:
resetin interfaceMultimapAggregationState
-
copy
- Specified by:
copyin interfaceAccumulatorState
-