Endon.max
You're seeing just the function
max
, go back to Endon module for more information.
Specs
max(String.t() | atom(), where_conditions()) :: float() | integer()
Get the maximum value of a given column.
conditions
are anything accepted by where/2
(including a Ecto.Query.t/0
).