Clickhouse.Result (Clickhouse v0.6.0) View Source
The results of a Clickhouse query.
Link to this section Summary
Link to this section Types
Specs
Specs
data() :: [] | [list(), ...] | nil
Specs
name() :: binary()
Specs
t() :: %Clickhouse.Result{ client: Clickhouse.client(), columns: columns(), compressed: boolean(), data: data(), format: Clickhouse.format(), raw: binary(), raw_format: binary() }
Specs
type() :: atom() | nil
Link to this section Functions
Specs
Specs
new(Clickhouse.client(), binary(), binary(), boolean()) :: {:ok, t()} | {:error, Clickhouse.Error.t()}