Package io.trino.spi.function
Interface GroupedAccumulatorState
- All Superinterfaces:
AccumulatorState
-
Method Summary
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
setGroupId
void setGroupId(long groupId) -
ensureCapacity
void ensureCapacity(long size)
-