Interface MinMaxNState
-
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
MinMaxNStateFactory.GroupedMinMaxNState,MinMaxNStateFactory.SingleMinMaxNState
public interface MinMaxNState extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddMemoryUsage(long memory)TypedHeapgetTypedHeap()voidsetTypedHeap(TypedHeap value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
-