Merge branch 'master' into fix_new_05

This commit is contained in:
csch
2023-09-06 11:23:56 +08:00
committed by GitHub
422 changed files with 48915 additions and 4032 deletions

View File

@ -1496,6 +1496,8 @@ public:
bool &can_pushdown_all,
bool check_match_index = true);
static bool find_superset(const ObRelIds &rel_ids,
const ObIArray<ObRelIds> &single_table_ids);
private:
//disallow construct
ObOptimizerUtil();