ClickHouse.query

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

query(client, statement, params \\ [], opts \\ [])

View Source

Specs

query(client(), statement(), params(), keyword()) ::
  {:ok, ClickHouse.Result.t()} | {:error, error()}

Prepares and executes a query using a ClickHouse client.