Clickhouse.Interface.HTTP.execute
You're seeing just the function
execute
, go back to Clickhouse.Interface.HTTP module for more information.
Specs
execute(Clickhouse.Query.t()) :: {:error, Clickhouse.Error.t()} | {:ok, Clickhouse.Result.t()}
Executes a query via HTTP.