v.23.10New Feature

Second Part of Kusto Query Language Dialect Support Merged

The second part of Kusto Query Language dialect support. Phase 1 implementation has been merged. #42510 (larryluogit).
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.