[CP] [CP] fix table scan range cost bug

This commit is contained in:
obdev
2024-02-09 08:46:02 +00:00
committed by ob-robot
parent 11eb9541cf
commit 98961888d4
4 changed files with 43 additions and 5 deletions

View File

@ -2183,7 +2183,7 @@ struct NullAwareAntiJoinInfo {
QueryRangeInfo &range_info,
PathHelper &helper);
int check_has_exec_param(ObQueryRange &query_range,
int check_has_exec_param(const ObQueryRange &query_range,
bool &has_exec_param);
int get_preliminary_prefix_info(ObQueryRange &query_range,QueryRangeInfo &range_info);