ClickHouse.Interface.HTTP (ClickHouse v0.11.0) View Source
An interface to interact with a ClickHouse server via HTTP.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Executes a query via HTTP.
Starts the HTTP network interface.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Specs
execute(ClickHouse.Query.t()) :: {:ok, ClickHouse.Result.t()} | {:error, ClickHouse.error()}
Executes a query via HTTP.
Specs
start_link(keyword()) :: GenServer.on_start()
Starts the HTTP network interface.