Clickhouse.Query (Clickhouse v0.1.0) View Source

A Clickhouse query.

Link to this section Summary

Link to this section Types

Specs

t() :: %Clickhouse.Query{
  __interface__: term(),
  __name__: term(),
  statement: term()
}

Link to this section Functions

Link to this function

new(name, interface, statement)

View Source