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