//
pkg.gl
Category
github.com/silenceshell/influxdb
pkg
estimator
hll
package
1.3.5
Repository:
https://github.com/silenceshell/influxdb.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
0
Files
666 SLOC
#
Functions
MustNewPlus
MustNewPlus returns a new Plus with precision p.
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.