Interface HyperLogLogState
-
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
HyperLogLogStateFactory.GroupedHyperLogLogState,HyperLogLogStateFactory.SingleHyperLogLogState
public interface HyperLogLogState extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddMemoryUsage(int value)io.airlift.stats.cardinality.HyperLogLoggetHyperLogLog()voidsetHyperLogLog(io.airlift.stats.cardinality.HyperLogLog value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
-