Ecto.Query.API.min

You're seeing just the function min, go back to Ecto.Query.API module for more information.

Calculates the minimum for the given entry.

from p in Payment, select: min(p.value)