clickhouse-rs
clickhouse-rs copied to clipboard
SELECT query with FORMAT JSON is not working
Is there any plan to support SELECT FORMAT ?
It is not possible to do this, since it uses Native TCP protocol (without embedding ClickHouse into this driver...)
https://github.com/suharev7/clickhouse-rs/issues/73