This feature introduces the second part of support for the Kusto Query Language (KQL) dialect in ClickHouse, building upon the initial Phase 1 implementation.
Why it matters
The motivation behind adding KQL dialect support is to enable users familiar with Kusto Query Language to write queries in ClickHouse using a similar syntax. This improves accessibility for users migrating from Kusto and extends ClickHouse's versatility by supporting an additional query language.How to use it
Users can enable and utilize the Kusto Query Language dialect by specifying the KQL dialect in their queries. This allows writing queries using KQL syntax which ClickHouse will parse and execute accordingly. Refer to the documentation for exact syntax and supported features.