Arguments
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| summary | StatsSummary1D | - | ✔ | The statistical aggregate produced by a stats_agg call |
Returns
| Column | Type | Description |
|---|---|---|
| sum | DOUBLE PRECISION | The sum of the values in the statistical aggregate |
Calculate the sum from a one-dimensional statistical aggregate
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| summary | StatsSummary1D | - | ✔ | The statistical aggregate produced by a stats_agg call |
| Column | Type | Description |
|---|---|---|
| sum | DOUBLE PRECISION | The sum of the values in the statistical aggregate |