diff options
author | robot-ydb-importer <[email protected]> | 2025-07-29 18:11:26 +0300 |
---|---|---|
committer | robot-ydb-importer <[email protected]> | 2025-07-29 18:43:28 +0300 |
commit | 47683a005b904066243ad7ce8b16102a89bbf408 (patch) | |
tree | 86b6057921cefb4dfff140d69291398b1912910e | |
parent | 6c6b5dabe83df229f61828f6724c551464ee07ae (diff) |
YDB Import 824
commit_hash:0ac0a2eb1645a956b99cd87c4efeea46d9445846
-rw-r--r-- | yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json b/yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json index e774ea78084..3f699162782 100644 --- a/yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json +++ b/yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json @@ -189,6 +189,11 @@ "Match": {"Type": "Callable", "Name": "DqCnUnionAll"} }, { + "Name": "TDqCnParallelUnionAll", + "Base": "TDqConnection", + "Match": {"Type": "Callable", "Name": "DqCnParallelUnionAll"} + }, + { "Name": "TDqCnMap", "Base": "TDqConnection", "Match": {"Type": "Callable", "Name": "DqCnMap"} |