summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/complete/sql_complete_ut.cpp
diff options
context:
space:
mode:
authorYDBot <[email protected]>2025-10-21 00:52:27 +0000
committerYDBot <[email protected]>2025-10-21 00:52:27 +0000
commita703d86902fd02bd8e373d959b2498c034657449 (patch)
tree1828c35d2d0872dce812b67b3e295df5fb7236a4 /yql/essentials/sql/v1/complete/sql_complete_ut.cpp
parent51b66527943329176e027929f58092c77e94c2f8 (diff)
parent1138a2be17ffd323e177f9ceef97dd46879e6608 (diff)
Sync branches 251021-0051
Diffstat (limited to 'yql/essentials/sql/v1/complete/sql_complete_ut.cpp')
-rw-r--r--yql/essentials/sql/v1/complete/sql_complete_ut.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/yql/essentials/sql/v1/complete/sql_complete_ut.cpp b/yql/essentials/sql/v1/complete/sql_complete_ut.cpp
index cbd95b8be39..3b2897fd30b 100644
--- a/yql/essentials/sql/v1/complete/sql_complete_ut.cpp
+++ b/yql/essentials/sql/v1/complete/sql_complete_ut.cpp
@@ -556,6 +556,7 @@ Y_UNIT_TEST(Select) {
{FunctionName, "DateTime::Split()", 1},
{TypeName, "Decimal()", 1},
{TypeName, "Dict<>", 1},
+ {TypeName, "DynamicLinear<>", 1},
{Keyword, "EMPTY_ACTION"},
{Keyword, "EXISTS()", 1},
{TypeName, "Enum<>", 1},
@@ -564,6 +565,7 @@ Y_UNIT_TEST(Select) {
{Keyword, "JSON_EXISTS()", 1},
{Keyword, "JSON_QUERY()", 1},
{Keyword, "JSON_VALUE()", 1},
+ {TypeName, "Linear<>", 1},
{TypeName, "List<>", 1},
{Keyword, "NOT"},
{Keyword, "NULL"},
@@ -820,6 +822,7 @@ Y_UNIT_TEST(SelectWhere) {
{FunctionName, "DateTime::Split()", 1},
{TypeName, "Decimal()", 1},
{TypeName, "Dict<>", 1},
+ {TypeName, "DynamicLinear<>", 1},
{Keyword, "EMPTY_ACTION"},
{Keyword, "EXISTS()", 1},
{TypeName, "Enum<>", 1},
@@ -828,6 +831,7 @@ Y_UNIT_TEST(SelectWhere) {
{Keyword, "JSON_EXISTS()", 1},
{Keyword, "JSON_QUERY()", 1},
{Keyword, "JSON_VALUE()", 1},
+ {TypeName, "Linear<>", 1},
{TypeName, "List<>", 1},
{Keyword, "NOT"},
{Keyword, "NULL"},
@@ -915,8 +919,10 @@ Y_UNIT_TEST(TypeName) {
{TypeName, "Callable<>", 1},
{TypeName, "Decimal()", 1},
{TypeName, "Dict<>", 1},
+ {TypeName, "DynamicLinear<>", 1},
{TypeName, "Enum<>", 1},
{TypeName, "Flow<>", 1},
+ {TypeName, "Linear<>", 1},
{TypeName, "List<>", 1},
{TypeName, "Optional<>", 1},
{TypeName, "Resource<>", 1},