Skip to main content

Module hyper_log_log

Module hyper_log_log 

Source

Structs§

HyperLogLog
Estimation logic implementing the HyperLogLog algorithm.
HyperLogLogBuilder
Builder for HyperLogLog cardinality-estimation logic.
HyperLogLogHelper
Helper for merge operations with HyperLogLog logic.

Enums§

HyperLogLogError
Error returned by HyperLogLogBuilder::build when the configuration is invalid.

Functions§

beta_horner
Computes the LogLog-β bias correction using Horner’s method.