microsoft / Kusto-Query-Language

Kusto Query Language is a simple and productive language for querying Big Data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query Composition

mike-wood-dywidag opened this issue · comments

Hi,
Is this library capable of query composition? I'm struggling to find any examples of how to construct a KQL query for ADX using any of the libraries for Kusto since documentation seems scarce.

Many thanks.

This library is for parsing KQL, it's not aiming to provide query composition services.
Query composition isn't very complex as the language is mostly "append" - so it is quite easy to work with string-appending APIs