Expand description
Traits for estimators and arrays of estimators.
Structsยง
- Default
Estimator - A default estimator for generic
EstimationLogic
and backends. - Hyper
LogLog - Estimator logic implementing the HyperLogLog algorithm.
- Hyper
LogLog Builder - Builds a
HyperLogLog
cardinality-estimator logic. - Hyper
LogLog Helper - Helper for merge operations with
HyperLogLog
logic. - Slice
Estimator Array - An array for estimators implementing a shared
EstimationLogic
, and whose backend is a slice. - Sync
Slice Estimator Array - A view of a
SliceEstimatorArray
as aSyncEstimatorArray
.