[CP] Fix startup filter post bug

This commit is contained in:
obdev
2023-02-24 12:03:57 +00:00
committed by ob-robot
parent 4d06b2886d
commit e615feb42d
9 changed files with 142 additions and 12 deletions

View File

@ -1433,6 +1433,8 @@ public:
ObOptimizerContext &opt_ctx,
ObRawExpr *&calc_part_id_expr);
static int check_contain_my_exec_param(ObRawExpr* expr, const common::ObIArray<ObExecParamRawExpr*> & my_exec_params, bool &contain);
private:
//disallow construct
ObOptimizerUtil();