clickhouse-java
clickhouse-java copied to clipboard
support clickhouse-format functionality, format sql in java applications
support clickhouse-format functionality, format sql in java applications.
Is it for supporting query like select 1 format JSONCompact or just about formatting SQL to make it easier to read?
If it's the former one, it will be added in 0.3.3 release, and there's no plan for the latter.
Is it for supporting query like
select 1 format JSONCompactor just about formatting SQL to make it easier to read?If it's the former one, it will be added in 0.3.3 release, and there's no plan for the latter.
formatting SQL to make it easier to read,clickhouse provides clickhouse-format command tools https://github.com/ClickHouse/ClickHouse/issues/1480