diff options
author | YDBot <ydbot@ydb.tech> | 2025-07-27 00:52:29 +0000 |
---|---|---|
committer | YDBot <ydbot@ydb.tech> | 2025-07-27 00:52:29 +0000 |
commit | 77fff9b2a5c4fc804a9354ad81cb61f93fb8a087 (patch) | |
tree | 561a42469f16cf108d20ea2697d0d0262d5bf54d /yql/essentials/core/dq_expr_nodes | |
parent | 73308e957bdbdd86be04e59abfd792ae58ea2089 (diff) | |
parent | 7a28b8a365d5484fe5b46129aa145d5f2a33e864 (diff) | |
download | ydb-main.tar.gz |
Diffstat (limited to 'yql/essentials/core/dq_expr_nodes')
-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"} |