[CP] [CP] fix subplan filter PKEY plan bug

This commit is contained in:
zzg19950727
2023-11-21 04:40:44 +00:00
committed by ob-robot
parent 9d8968229d
commit 4746c866f5
3 changed files with 29 additions and 4 deletions

View File

@ -144,6 +144,10 @@ public:
const ObRawExpr *to,
const EqualSets &equal_sets);
static bool is_exprs_equivalent(const common::ObIArray<ObRawExpr*> &from,
const common::ObIArray<ObRawExpr*> &to,
const EqualSets &equal_sets);
static bool is_expr_equivalent(const ObRawExpr *from,
const ObRawExpr *to);