[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

@ -695,6 +695,8 @@ private:
bool use_part_sort,
bool can_ignore_merge = false);
int check_external_table_scan(ObSelectStmt *stmt, bool &has_external_table);
DISALLOW_COPY_AND_ASSIGN(ObSelectLogPlan);
};
}//end of namespace sql