fix gis query range core

This commit is contained in:
obdev
2023-02-06 17:46:39 +08:00
committed by ob-robot
parent fda8e1596b
commit a0a4613037
3 changed files with 91 additions and 96 deletions

View File

@ -455,7 +455,7 @@ public:
static ObRawExpr *skip_implicit_cast(ObRawExpr *e);
static ObRawExpr *skip_inner_added_expr(ObRawExpr *expr);
static int is_contain_spatial_exprs(ObRawExpr *raw_expr, bool &is_contain);
static const ObColumnRefRawExpr *get_column_ref_expr_recursively(const ObRawExpr *expr);
static int create_to_type_expr(ObRawExprFactory &expr_factory,
ObRawExpr *src_expr,