tdigest aggregate. Unlike percentile calculations, the mean calculation is
exact. This accessor allows you to calculate the mean alongside percentiles, without needing to create two separate
aggregates from the same raw data.
Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| digest | TDigest | - | The tdigest aggregate to extract the mean from |
Returns
| Column | Type | Description |
|---|---|---|
| mean | DOUBLE PRECISION | The mean of the values in the tdigest aggregate |