Getting declared variables from Globals #171
-
|
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! |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.