public final class GroupedMultimapAggregationState extends AbstractGroupCollectionAggregationState<MultimapAggregationStateConsumer> implements MultimapAggregationState
Constructor and Description |
---|
GroupedMultimapAggregationState(Type keyType,
Type valueType) |
Modifier and Type | Method and Description |
---|---|
protected void |
accept(MultimapAggregationStateConsumer consumer,
PageBuilder pageBuilder,
int currentPosition) |
void |
add(Block keyBlock,
Block valueBlock,
int position) |
appendAtChannel, ensureCapacity, forEach, getEntryCount, getEstimatedSize, isEmpty, prepareAdd
getGroupId, setGroupId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, getEntryCount, getEstimatedSize, isEmpty, merge, reset
public final void add(Block keyBlock, Block valueBlock, int position)
add
in interface MultimapAggregationState
protected final void accept(MultimapAggregationStateConsumer consumer, PageBuilder pageBuilder, int currentPosition)
accept
in class AbstractGroupCollectionAggregationState<MultimapAggregationStateConsumer>
Copyright © 2012–2022. All rights reserved.