% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.

**Example**

```esql
ROW a=[3, 5, 6]
| EVAL sum_a = MV_SUM(a)
```

| a:integer | sum_a:integer |
| --- | --- |
| [3, 5, 6] | 14 |


