Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support geospatial functions in SQL #1998

Closed
navis opened this issue May 3, 2019 · 1 comment
Closed

Support geospatial functions in SQL #1998

navis opened this issue May 3, 2019 · 1 comment
Assignees
Labels
@engine-sql sql related in druid

Comments

@navis
Copy link

navis commented May 3, 2019

select ldong_cd,ldong_nm from cei_dong where 
  ST_Crosses(
    ST_GeomFromText(shape, 4326),
    ST_GeomFromText('LINESTRING (127.034182 37.484505, 127.021399 37.511051, 127.017827 37.521752)', 4326)) > 0;
@navis navis added the @engine-sql sql related in druid label May 3, 2019
@navis navis self-assigned this May 3, 2019
@navis
Copy link
Author

navis commented May 8, 2019

Done

@navis navis closed this as completed May 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@engine-sql sql related in druid
Projects
None yet
Development

No branches or pull requests

1 participant