serialization occupy in mergegroupby、windowfunction、hashgroupby

This commit is contained in:
lucky-sinx
2024-06-26 15:46:29 +00:00
committed by ob-robot
parent 95f76b27c0
commit 1a0e793ec1
6 changed files with 16 additions and 4 deletions

View File

@ -72,7 +72,8 @@ OB_SERIALIZE_MEMBER((ObWindowFunctionSpec, ObOpSpec),
role_type_,
wf_aggr_status_expr_,
input_rows_mem_bound_ratio_,
estimated_part_cnt_);
estimated_part_cnt_,
enable_hash_base_distinct_);
OB_SERIALIZE_MEMBER(ObWindowFunctionOpInput, local_task_count_, total_task_count_, wf_participator_shared_info_);