Modulesยง
- append_
only ๐ - updatable ๐
Structsยง
- Append
Only ๐Approx Count Distinct - Registers ๐
- Approximates the count of non-null rows using a modified version of the
HyperLogLog
algorithm. EachBucket
stores a count of how many hash values have x trailing zeroes for all x from 1-64. This allows the algorithm to support insertion and deletion, but uses up more memory and limits the number of rows that can be counted. - Updatable
Approx ๐Count Distinct
Constantsยง
- BIAS_
CORRECTION ๐ - COUNT_
BITS ๐ - INDEX_
BITS ๐ - LOG_
COUNT_ ๐BITS - NUM_
OF_ ๐REGISTERS
Staticsยง
- _LINKME_
ELEMENT_ ๐approx_ count_ distinct_ any_ int8 - _LINKME_
ELEMENT_ ๐approx_ count_ distinct_ any_ int8_ append_ only
Traitsยง
- Bucket ๐
Functionsยง
- approx_
count_ ๐distinct_ any_ int8 - approx_
count_ ๐distinct_ any_ int8_ append_ only - build_
append_ ๐only - Count the approximate number of unique non-null values.
- build_
updatable ๐ - Count the approximate number of unique non-null values.
- pos_
in_ ๐serialized
Type Aliasesยง
- Append
Only ๐Registers - Updatable
Registers ๐