Ecto.Query.WindowAPI.over

You're seeing just the function over, go back to Ecto.Query.WindowAPI module for more information.
Link to this function

over(window_function, window_name)

View Source

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))