Clickhouse.Result (Clickhouse v0.5.1) View Source
The results of a Clickhouse query.
Link to this section Summary
Link to this section Types
Specs
Specs
data() :: [] | [list(), ...]
Specs
name() :: binary()
Specs
t() :: %Clickhouse.Result{
client: Clickhouse.client(),
columns: columns(),
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()) :: t()