Skip to main content

approx_set

Returns the HyperLogLog sketch of the input data set of x. This data sketch underlies approx_distinct() and can be stored and used later by calling cardinality(). Supported Signatures
๐Ÿ”— Official Documentation

empty_approx_set

Returns an empty HyperLogLog. Supported Signatures
๐Ÿ”— Official Documentation

merge

Returns the HyperLogLog of the aggregate union of the individual hll HyperLogLog structures. Supported Signatures
๐Ÿ”— Official Documentation