Ecto.Adapters.SQL.Connection.update_all

You're seeing just the callback update_all, go back to Ecto.Adapters.SQL.Connection module for more information.

Specs

update_all(query :: Ecto.Query.t()) :: iodata()

Receives a query and values to update and must return an UPDATE query.