fix bug not deal vector condition in full out join if using no_rewite hint

This commit is contained in:
jingtaoye35
2023-07-11 05:12:34 +00:00
committed by ob-robot
parent ae68797dc0
commit 49dde3adb3
8 changed files with 145 additions and 97 deletions

View File

@ -599,6 +599,7 @@ struct DistinctObjMeta
int expand_last_insert_id_for_join(ObDMLStmt &stmt, JoinedTable *join_table, bool &is_happened);
int remove_last_insert_id(ObRawExpr *&expr);
int check_last_insert_id_removable(const ObRawExpr *expr, bool &is_removable);
int convert_join_preds_vector_to_scalar(JoinedTable &joined_table, bool &trans_happened);
private:
DISALLOW_COPY_AND_ASSIGN(ObTransformPreProcess);
};