ClickHouse.execute

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

execute(client, query, opts \\ [])

View Source

Specs

execute(client(), ClickHouse.Query.t(), opts :: keyword()) ::
  {:ok, ClickHouse.Result.t()} | {:error, error()}

Executes a query using a ClickHouse client.