Getting declared variables from Globals #171
Answered
by
mattwar
sentholuke
asked this question in
Q&A
|
Hello, after using string str @= "let starttime=ago(12h);
let endtime=now()";I would like to be able have correct parse and analyze for queries using these variables, since in the current case a error like: Any help would be really appreciated! |
Answered by
mattwar
Oct 9, 2025
Replies: 1 comment
|
The globals are input to the ParseAndAnalyze method. They don't get changed by parsing. The output of parsing is a KustoCode object that has syntax tree, diagnostics and other semantic info. |
0 replies
Answer selected by
mattwar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The globals are input to the ParseAndAnalyze method. They don't get changed by parsing. The output of parsing is a KustoCode object that has syntax tree, diagnostics and other semantic info.