[CP] fix prefix index not extracted bug

This commit is contained in:
SevenJ-swj
2024-01-22 13:12:31 +00:00
committed by ob-robot
parent 0cbc31e839
commit 925a77ec67
2 changed files with 16 additions and 13 deletions

View File

@ -2496,12 +2496,12 @@ struct NullAwareAntiJoinInfo {
ObRawExpr *escape_expr,
const TableItem *table_item,
ObItemType type,
ObRawExpr *&new_expr,
ObIArray<ObRawExpr*> &new_exprs,
PathHelper &helper);
int deduce_prefix_str_idx_exprs(ObRawExpr *expr,
const TableItem *table_item,
ObRawExpr *&new_expr,
ObIArray<ObRawExpr*> &new_exprs,
PathHelper &helper);
int deduce_common_gen_col_index_expr(ObRawExpr *qual,