Interface TDigestState
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
TDigestStateFactory.GroupedTDigestState,TDigestStateFactory.SingleTDigestState
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddMemoryUsage(int value) io.airlift.stats.TDigestvoidsetTDigest(io.airlift.stats.TDigest value) Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
getTDigest
io.airlift.stats.TDigest getTDigest() -
setTDigest
void setTDigest(io.airlift.stats.TDigest value) -
addMemoryUsage
void addMemoryUsage(int value)
-