You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `let` statement.
Requires a breaking change in API to parser.Parse to support multiple statements,
but pql.Compile does not change.
The REPL also required some tweaking.
Fixes#40
The
let
operator allows users to assign variables to be used in queries. Example follows.Kusto docs:
https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/let-statement
The text was updated successfully, but these errors were encountered: