gianm opened a new issue #5482: URL: https://github.com/apache/druid/issues/5482
Druid spatial filters currently support point-in-polygon and point-within-radius. I think that means we could expose these in SQL using OpenGIS (https://calcite.apache.org/docs/spatial.html) functions ST_Intersects and ST_DWithin. - https://postgis.net/docs/ST_Intersects.html - https://postgis.net/docs/ST_DWithin.html ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
