linrrzqqq commented on code in PR #65790:
URL: https://github.com/apache/doris/pull/65790#discussion_r3965830722


##########
be/src/exprs/function/geo/geo_types.h:
##########
@@ -70,6 +70,8 @@ class GeoShape {
 
     virtual bool touches(const GeoShape* rhs) const { return false; }
 
+    virtual bool within(const GeoShape* rhs) const { return 
rhs->contains(this); }

Review Comment:
   no need



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to