% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it. ```esql FROM employees | STATS AVG(salary) ``` | AVG(salary):double | | --- | | 48248.55 |