Endon.min

You're seeing just the function min, go back to Endon module for more information.
Link to this function

min(column, conditions \\ [])

View Source

Specs

min(String.t() | atom(), where_conditions()) :: float() | integer()

Get the minimum value of a given column.

conditions are anything accepted by where/2 (including a Ecto.Query.t/0).