diff options
author | robot-ydb-importer <[email protected]> | 2025-07-26 15:48:31 +0300 |
---|---|---|
committer | robot-ydb-importer <[email protected]> | 2025-07-26 16:04:40 +0300 |
commit | 7a28b8a365d5484fe5b46129aa145d5f2a33e864 (patch) | |
tree | 9be2eefb850f11c755147e6113745da388b3b37b | |
parent | 8261eb9dc960f33f6454ac242c06ee8c8bcef5b0 (diff) |
YDB Import 823
commit_hash:0eb3eaed23ace7bae5157c3bfe95401278deafd1
-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 ed977198a62..e774ea78084 100644 --- a/yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json +++ b/yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json @@ -59,6 +59,11 @@ ] }, { + "Name": "TDqPhyBlockHashJoin", + "Base": "TDqJoinBase", + "Match": {"Type": "Callable", "Name": "DqPhyBlockHashJoin"} + }, + { "Name": "TDqPhyMapJoin", "Base": "TDqJoinBase", "Match": {"Type": "Callable", "Name": "DqPhyMapJoin"} |