Documentation ¶
Overview ¶
Package report reports statistics about TSM files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Counter ¶ added in v1.10.0
Counter abstracts a a method of counting keys.
func NewExactCounter ¶ added in v1.10.0
func NewExactCounter() Counter
func NewHLLCounter ¶ added in v1.10.0
func NewHLLCounter() Counter
NewHLLCounter returns an approximate Counter using HyperLogLogs for cardinality estimation.
Click to show internal directories.
Click to hide internal directories.