diff options
| author | vvvv <[email protected]> | 2025-07-28 11:46:56 +0300 |
|---|---|---|
| committer | vvvv <[email protected]> | 2025-07-28 12:46:38 +0300 |
| commit | 82e921685d24483f8a5b09c95f36339fe90b78dd (patch) | |
| tree | 6b1e736504d06e9ccf1bf7c07fe215fd3f313b41 /yql/essentials/sql/v1/query.cpp | |
| parent | 59ca28d036252bccdbe709379bfc08851a130b24 (diff) | |
YQL-20216 position aware csse nodes
commit_hash:78445e1b3b0bb001e0d08b36fd4d31bcd9e37eb4
Diffstat (limited to 'yql/essentials/sql/v1/query.cpp')
| -rw-r--r-- | yql/essentials/sql/v1/query.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yql/essentials/sql/v1/query.cpp b/yql/essentials/sql/v1/query.cpp index 88966a24787..ffbfd669ac9 100644 --- a/yql/essentials/sql/v1/query.cpp +++ b/yql/essentials/sql/v1/query.cpp @@ -3311,6 +3311,11 @@ public: Add(Y("let", "world", Y(TString(ConfigureName), "world", configSource, BuildQuotedAtom(Pos_, "Engine"), BuildQuotedAtom(Pos_, *ctx.Engine)))); } + + if (ctx.DebugPositions) { + Add(Y("let", "world", Y(TString(ConfigureName), "world", configSource, + BuildQuotedAtom(Pos_, "DebugPositions")))); + } } } |
