[CP] Fix the issue of incorrect results with batch NLJ + SET OP

This commit is contained in:
leslieyuchen
2024-01-05 05:17:35 +00:00
committed by ob-robot
parent 006eb88262
commit 6ef2d82735
5 changed files with 34 additions and 14 deletions

View File

@ -1192,6 +1192,7 @@ public:
int is_enable_range_extraction_for_not_in(bool &enabled) const;
bool is_var_assign_use_das_enabled() const;
int is_adj_index_cost_enabled(bool &enabled, int64_t &stats_cost_percent) const;
bool is_spf_mlj_group_rescan_enabled() const;
ObSessionDDLInfo &get_ddl_info() { return ddl_info_; }
void set_ddl_info(const ObSessionDDLInfo &ddl_info) { ddl_info_ = ddl_info; }