tdigest. This accessor allows you to calculate the maximum alongside percentiles, without
needing to create two separate aggregates from the same raw data.
Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| digest | TDigest | - | The digest to extract the max value from |
Returns
| Column | Type | Description |
|---|---|---|
| max_val | DOUBLE PRECISION | The maximum value entered into the tdigest |