//
pkg.gl
Category
github.com/influxdata/influxdb/v2
pkg
estimator
hll
package
2.7.11
Repository:
https://github.com/influxdata/influxdb.git
Documentation:
pkg.go.dev
Versions
2
Dependencies
9
Dependents
3
Files
580 SLOC
#
Functions
NewDefaultPlus
NewDefaultPlus creates a new Plus with the default precision.
NewPlus
NewPlus returns a new Plus with precision p.
#
Constants
DefaultPrecision
DefaultPrecision is the default precision.
#
Structs
Plus
Plus implements the Hyperloglog++ algorithm, described in the following paper: http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/40671.pdf The HyperLogLog++ algorithm provides cardinality estimations.