[CP] [CP] [CP] support basic optimizer stats specify estimate_percent option and temp table gather

This commit is contained in:
wangt1xiuyi
2022-12-20 09:41:38 +00:00
committed by ob-robot
parent 139119acfe
commit 84a71fba0a
14 changed files with 254 additions and 91 deletions

View File

@ -116,6 +116,7 @@ int ObTableStatParam::assign(const ObTableStatParam &other)
global_data_part_id_ = other.global_data_part_id_;
data_table_id_ = other.data_table_id_;
need_estimate_block_ = other.need_estimate_block_;
is_temp_table_ = other.is_temp_table_;
if (OB_FAIL(part_infos_.assign(other.part_infos_))) {
LOG_WARN("failed to assign", K(ret));
} else if (OB_FAIL(subpart_infos_.assign(other.subpart_infos_))) {