uddsketch aggregate.
Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| percentile | DOUBLE PRECISION | - | ✔ | the percentile to compute. Must be within the range [0.0, 1.0] |
| sketch | UddSketch | - | ✔ | the uddsketch aggregate |
Returns
| Column | Type | Description |
|---|---|---|
| approx_percentile | DOUBLE PRECISION | the estimated value at the requested percentile |