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/sql_query.cpp | |
parent | 59ca28d036252bccdbe709379bfc08851a130b24 (diff) |
YQL-20216 position aware csse nodes
commit_hash:78445e1b3b0bb001e0d08b36fd4d31bcd9e37eb4
Diffstat (limited to 'yql/essentials/sql/v1/sql_query.cpp')
-rw-r--r-- | yql/essentials/sql/v1/sql_query.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yql/essentials/sql/v1/sql_query.cpp b/yql/essentials/sql/v1/sql_query.cpp index d556698e440..fffe9da92a8 100644 --- a/yql/essentials/sql/v1/sql_query.cpp +++ b/yql/essentials/sql/v1/sql_query.cpp @@ -3218,6 +3218,7 @@ THashMap<TString, TPragmaDescr> PragmaDescrs{ TABLE_ELEM("AutoCommit", PragmaAutoCommit, true), TABLE_ELEM("UseTablePrefixForEach", PragmaUseTablePrefixForEach, true), PAIRED_TABLE_ELEM("SimpleColumns", SimpleColumns), + PAIRED_TABLE_ELEM("DebugPositions", DebugPositions), PAIRED_TABLE_ELEM("CoalesceJoinKeysOnQualifiedAll", CoalesceJoinKeysOnQualifiedAll), PAIRED_TABLE_ELEM("PullUpFlatMapOverJoin", PragmaPullUpFlatMapOverJoin), PAIRED_TABLE_ELEM("FilterPushdownOverJoinOptionalSide", FilterPushdownOverJoinOptionalSide), |