You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/14 03:25:06 UTC

[GitHub] [incubator-doris] manannan2017 opened a new issue #1639: ST_Contains function:not suitable for Circle、ST_Polygon

manannan2017 opened a new issue #1639: ST_Contains function:not suitable for Circle、ST_Polygon 
URL: https://github.com/apache/incubator-doris/issues/1639
 
 
   2 cases:
   case 1: SELECT ST_Contains(ST_Circle(111, 64, 90), ST_Circle(111, 64, 10)); 
   ![image](https://user-images.githubusercontent.com/33174388/62992460-16449800-be86-11e9-9c88-8d62c2eaffaa.png)
   
   case2:ST_Polygon and line;The end of the line is beyond the polygon
   select ST_Contains(ST_Polygon('POLYGON ((0 0, 10 0, 10 10, 0 10, 0 0))'), ST_LineFromText('LINESTRING(0 0,     13 3)'));
   
   ![image](https://user-images.githubusercontent.com/33174388/62992455-0f1d8a00-be86-11e9-883e-eea912222256.png)
   
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org