Structsยง
- Default
Estimator - A default estimator for generic
EstimationLogicand backends. - Hyper
LogLog - Estimator logic implementing the HyperLogLog algorithm.
- Hyper
LogLog Builder - Builds a
HyperLogLogcardinality-estimator logic. - Hyper
LogLog Helper - Helper for merge operations with
HyperLogLoglogic. - 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
SliceEstimatorArrayas aSyncEstimatorArray.