Ecto.Adapters.ClickHouse.Expression (clickhouse_adapter_ecto v0.1.0)

Copy Markdown

Clause and expression renderers used by Ecto.Adapters.ClickHouse.QueryBuilder to build SELECT statements: SELECT, FROM, WHERE, ORDER BY, LIMIT/OFFSET, boolean composition, and the expr/3 Ecto expression renderer (with its many clauses covering literals, functions, operators, and fragments). This is the file that grows every time a new Ecto fragment or operator is supported, so it stays focused purely on that.