report_tsm

package
v2.7.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewReportTSMCommand

func NewReportTSMCommand() *cobra.Command

Types

type Counter added in v2.6.0

type Counter interface {
	Add(key []byte)
	Count() uint64
}

Counter abstracts a method of counting keys.

func NewExactCounter added in v2.6.0

func NewExactCounter() Counter

func NewHLLCounter added in v2.6.0

func NewHLLCounter() Counter

NewHLLCounter returns an approximate Counter using HyperLogLogs for cardinality estimation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL