package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

NewDefaultPlus creates a new Plus with the default precision.
NewPlus returns a new Plus with precision p.

# Constants

DefaultPrecision is the default precision.

# Structs

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.