tdigest. This accessor allows you to calculate the minimum 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 minimum value from |
Returns
| Column | Type | Description |
|---|---|---|
| min_val | DOUBLE PRECISION | The minimum value entered into the tdigest |