summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-ydb-importer <[email protected]>2025-08-12 16:19:11 +0300
committerrobot-ydb-importer <[email protected]>2025-08-12 16:54:58 +0300
commit2b464c05633cb7596c63efcc3423d21d7fbc0cb4 (patch)
tree0496132930beb9ae52a3e85ae1880924e326e4af
parentb89bc2a078504b0271523c3758afe83eb596cd76 (diff)
YDB Import 828
commit_hash:cef6abee43efd721b7e9b0aabc84ecd8ff894fb4
-rw-r--r--yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json13
1 files changed, 13 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 3f699162782..6f758d6f739 100644
--- a/yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json
+++ b/yql/essentials/core/dq_expr_nodes/dq_expr_nodes.json
@@ -327,6 +327,19 @@
"Name": "TDqReadBlockWideWrap",
"Base": "TDqReadWrapBase",
"Match": {"Type": "Callable", "Name": "DqReadBlockWideWrap"}
+ },
+ {
+ "Name": "TDqPhyHashCombine",
+ "Base": "TCallable",
+ "Match": {"Type": "Callable", "Name": "DqPhyHashCombine"},
+ "Children": [
+ {"Index": 0, "Name": "Input", "Type": "TExprBase"},
+ {"Index": 1, "Name": "MemLimit", "Type": "TCoAtom"},
+ {"Index": 2, "Name": "KeyExtractor", "Type": "TCoLambda"},
+ {"Index": 3, "Name": "InitHandler", "Type": "TCoLambda"},
+ {"Index": 4, "Name": "UpdateHandler", "Type": "TCoLambda"},
+ {"Index": 5, "Name": "FinishHandler", "Type": "TCoLambda"}
+ ]
}
]
}