[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

@ -37,7 +37,8 @@ ObAnalyzeStmt::ObAnalyzeStmt()
parallel_degree_(1),
is_drop_(false),
part_ids_(),
subpart_ids_()
subpart_ids_(),
ref_table_type_(share::schema::ObTableType::MAX_TABLE_TYPE)
{
}
@ -75,6 +76,7 @@ int ObAnalyzeStmt::fill_table_stat_param(ObExecContext &ctx, common::ObTableStat
param.tab_name_ = table_name_;
param.table_id_ = table_id_;
param.ref_table_type_ = ref_table_type_;
param.part_level_ = part_level_;
param.total_part_cnt_ = total_part_cnt_;