Class AbstractGroupedAccumulatorState
- java.lang.Object
-
- io.trino.operator.aggregation.state.AbstractGroupedAccumulatorState
-
- All Implemented Interfaces:
AccumulatorState,GroupedAccumulatorState
- Direct Known Subclasses:
AbstractGroupCollectionAggregationState,GroupedHistogramState,HyperLogLogStateFactory.GroupedHyperLogLogState,KeyValuePairsStateFactory.GroupedState,LongApproximateMostFrequentStateFactory.GroupedLongApproximateMostFrequentState,LongDecimalWithOverflowStateFactory.GroupedLongDecimalWithOverflowState,MinMaxByNStateFactory.GroupedMinMaxByNState,MinMaxNStateFactory.GroupedMinMaxNState,NumericHistogramStateFactory.GroupedState,QuantileDigestAndPercentileStateFactory.GroupedQuantileDigestAndPercentileState,QuantileDigestStateFactory.GroupedQuantileDigestState,StringApproximateMostFrequentStateFactory.GroupedLongApproximateMostFrequentState,TDigestAndPercentileArrayStateFactory.GroupedTDigestAndPercentileArrayState,TDigestAndPercentileStateFactory.GroupedTDigestAndPercentileState,TDigestStateFactory.GroupedTDigestState
public abstract class AbstractGroupedAccumulatorState extends Object implements GroupedAccumulatorState
-
-
Constructor Summary
Constructors Constructor Description AbstractGroupedAccumulatorState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected longgetGroupId()voidsetGroupId(long groupId)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
Methods inherited from interface io.trino.spi.function.GroupedAccumulatorState
ensureCapacity
-
-
-
-
Method Detail
-
setGroupId
public final void setGroupId(long groupId)
- Specified by:
setGroupIdin interfaceGroupedAccumulatorState
-
getGroupId
protected final long getGroupId()
-
-