Ecto.Query.WindowAPI.max
You're seeing just the function
max
, go back to Ecto.Query.WindowAPI module for more information.
Calculates the maximum for the given entry.
from p in Payment, select: max(p.value)