Ecto.Query.WindowAPI.over
You're seeing just the function
over
, go back to Ecto.Query.WindowAPI module for more information.
Defines a value based on the function and the window. See moduledoc for more information.
from e in Employee, select: over(avg(e.salary, partition_by: e.depname))