microsoft / Kusto-Query-Language

Kusto Query Language is a simple and productive language for querying Big Data.
Apache License 2.0
510 stars 97 forks source link

Query Composition #116

Closed mike-wood-dywidag closed 1 year ago

mike-wood-dywidag commented 1 year ago

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.

sloutsky commented 1 year ago

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