[FEAT MERGE] cp lateral derived table to master
This commit is contained in:
@ -2300,14 +2300,10 @@ struct NullAwareAntiJoinInfo {
|
||||
bool contain_fake_cte,
|
||||
ValidPathInfo &path_info);
|
||||
|
||||
int check_depend_function_table(const ObJoinOrder &left_tree,
|
||||
const ObJoinOrder &right_tree,
|
||||
const ObJoinType join_type,
|
||||
ValidPathInfo &path_info);
|
||||
int check_depend_json_table(const ObJoinOrder &left_tree,
|
||||
const ObJoinOrder &right_tree,
|
||||
const ObJoinType join_type,
|
||||
ValidPathInfo &path_info);
|
||||
int check_depend_table(const ObJoinOrder &left_tree,
|
||||
const ObJoinOrder &right_tree,
|
||||
const ObJoinType join_type,
|
||||
ValidPathInfo &path_info);
|
||||
int check_subquery_in_join_condition(const ObJoinType join_type,
|
||||
const ObIArray<ObRawExpr*> &join_conditions,
|
||||
ValidPathInfo &path_info);
|
||||
|
||||
Reference in New Issue
Block a user