[CP] fix gis index parallel

This commit is contained in:
obdev
2023-04-04 02:18:00 +00:00
committed by ob-robot
parent 7466f362ea
commit d897a02f21
2 changed files with 27 additions and 1 deletions

View File

@ -2165,6 +2165,9 @@ struct NullAwareAntiJoinInfo {
int64_t &common_prefix_idx);
private:
int check_px_spatial_index(ObSqlSchemaGuard *schema_guard,
uint64_t index_id,
bool &res_tmp);
int compute_cost_and_prune_access_path(PathHelper &helper,
ObIArray<AccessPath *> &access_paths);
int revise_output_rows_after_creating_path(PathHelper &helper,