Index
Modules:
hyperloglog
.
API symbols
`+`:
hyperloglog: `+`(a, b: HLL): HLL
add:
hyperloglog: add[A](hll: var HLL; key: A): bool
card:
hyperloglog: card(hlls: varargs[HLL]): int
clear:
hyperloglog: clear(hll: var HLL)
getLen:
hyperloglog: getLen(hll: var HLL): int
hash:
hyperloglog: hash(hll: HLL): Hash
HLL:
hyperloglog: HLL
incl:
hyperloglog: incl[A](hll: var HLL; key: A): bool
initHLL:
hyperloglog: initHLL(sparseMaxBytes: int = 3000; exactMaxBytes: int = 0): HLL
len:
hyperloglog: len(hll: HLL): int
merge:
hyperloglog: merge(hlls: varargs[HLL]): HLL
toBytes:
hyperloglog: toBytes(hll: HLL): seq[byte]
toHLL:
hyperloglog: toHLL(bytes: seq[byte]; sparseMaxBytes: int = 3000; exactMaxBytes: int = 0): HLL
union:
hyperloglog: union(hlls: varargs[HLL]): HLL