Interface TDigestAndPercentileState
-
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
TDigestAndPercentileStateFactory.GroupedTDigestAndPercentileState,TDigestAndPercentileStateFactory.SingleTDigestAndPercentileState
public interface TDigestAndPercentileState extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddMemoryUsage(int value)io.airlift.stats.TDigestgetDigest()doublegetPercentile()voidsetDigest(io.airlift.stats.TDigest digest)voidsetPercentile(double percentile)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
-