[FEAT MERGE] Support external table

Co-authored-by: jingtaoye35 <1255153887@qq.com>
This commit is contained in:
wjhh2008
2023-04-29 15:11:49 +00:00
committed by ob-robot
parent ecb74a122c
commit 09ed904b58
164 changed files with 8074 additions and 667 deletions

View File

@ -186,6 +186,7 @@ int ObTableStatParam::assign(const ObTableStatParam &other)
need_estimate_block_ = other.need_estimate_block_;
is_temp_table_ = other.is_temp_table_;
allocator_ = other.allocator_;
ref_table_type_ = other.ref_table_type_;
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_))) {