uddsketch. This accessor allows you to calculate a count alongside
percentiles, without needing to create two separate aggregates from the same raw data.
Samples
Count the number of integers from 0 to 100.Arguments
The syntax is:| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| sketch | UddSketch | - | The uddsketch to extract the number of values from |
Returns
| Column | Type | Description |
|---|---|---|
| num_vals | DOUBLE PRECISION | The number of values in the uddsketch. |