Clickhouse.Query (Clickhouse v0.5.1) View Source
A Clickhouse query.
Link to this section Summary
Link to this section Types
Specs
command() :: :create | :select | :insert | :alter | :unknown
Specs
t() :: %Clickhouse.Query{
client: Clickhouse.client(),
command: command(),
encoded: binary() | nil,
format: Clickhouse.format() | nil,
interface: Clickhouse.interface() | nil,
opts: term(),
params: Clickhouse.params(),
params_count: non_neg_integer(),
statement: Clickhouse.statement()
}
Link to this section Functions
Specs
Specs
new(Clickhouse.client(), Clickhouse.statement(), Clickhouse.params(), keyword()) :: t()