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

Can we use this pkg to format KQL? #93

Closed callmewhy closed 1 year ago

callmewhy commented 1 year ago

Hi team, can we use this pkg to format KQL? We have some KQLs and want to align the format like indent and spaces. Thanks

mattwar commented 1 year ago

Yes, this package includes the logic behind the intellisense features used in the ADX and Kusto Explorer editors. There is a formatting function that will format queries with a few options to control indentation and placement of brackets.

callmewhy commented 1 year ago

Hi @mattwar , the KustoFormatter is internal class. Could you help change it to public? thanks