Ecto.Adapters.SQL.Connection.query

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

query(connection, statement, params, options)

View Source

Specs

query(connection(), statement(), params(), options :: Keyword.t()) ::
  {:ok, term()} | {:error, Exception.t()}

Runs the given statement as query.