Expand description
CountHash / count_hash is a hash-based approximate distinct count function.
It is a variant of CountDistinct that uses a hash function to approximate the
distinct count.
It is designed to be more efficient than CountDistinct for large datasets,
but it is not as accurate, as the hash value may be collision.
Structsยง
- Count
Hash  - Count
Hash ๐Accumulator  - Count
Hash Group Accumulator  - GroupsAccumulator for 
count_hashaggregate function 
Constantsยง
- RANDOM_
SEED_ ๐0  - RANDOM_
SEED_ ๐1  - RANDOM_
SEED_ ๐2  - RANDOM_
SEED_ ๐3  
Type Aliasesยง
- Hash
Value ๐Type