fix bug not deal vector condition in full out join if using no_rewite hint
This commit is contained in:
@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user