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