uddsketch. 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 |
|---|---|---|---|---|
| sketch | UddSketch | - | The uddsketch to extract the mean from |
Returns
| Column | Type | Description |
|---|---|---|
| mean | DOUBLE PRECISION | The mean of the values in the uddsketch |