Samples
Estimate the number of distinct values from a hyperloglog namedhyperloglog. The expected output is 98,814.
Arguments
The syntax is:| Name | Type | Default | Required | Description |
|---|---|---|---|---|
hyperloglog | Hyperloglog | - | ✔ | The hyperloglog to extract the count from. |
Returns
| Column | Type | Description |
|---|---|---|
| distinct_count | BIGINT | The number of distinct elements counted by the hyperloglog. |