fix failed case

This commit is contained in:
Larry955
2023-06-05 11:42:12 +00:00
committed by ob-robot
parent 6351e40ae4
commit 73ec60d0d0
9 changed files with 55 additions and 11 deletions

View File

@ -1445,6 +1445,7 @@ public:
const common::ObString &table_name,
ObOpPseudoColumnRawExpr *&expr);
static int is_in_range_optimization_enabled(const ObGlobalHint &global_hint, ObSQLSessionInfo *session_info, bool &is_enabled);
private:
//disallow construct
ObOptimizerUtil();