Ecto.Adapters.SQL.Connection.delete_all

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

Specs

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

Receives a query and must return a DELETE query.