-
Notifications
You must be signed in to change notification settings - Fork 2.8k
add spatial predicates for geography columns (close #1674) #1735
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
Conversation
|
Review app for commit ec3e275 deployed to Heroku: https://hge-ci-pull-1735.herokuapp.com |
|
Review app for commit d31d448 deployed to Heroku: https://hge-ci-pull-1735.herokuapp.com |
|
Review app for commit a259e27 deployed to Heroku: https://hge-ci-pull-1735.herokuapp.com |
|
Review app for commit ae133ab deployed to Heroku: https://hge-ci-pull-1735.herokuapp.com |
|
Review app for commit f8280b2 deployed to Heroku: https://hge-ci-pull-1735.herokuapp.com |
|
Review app for commit 1533aef deployed to Heroku: https://hge-ci-pull-1735.herokuapp.com |
|
Review app for commit d907b27 deployed to Heroku: https://hge-ci-pull-1735.herokuapp.com |
|
Review app for commit 6f0e810 deployed to Heroku: https://hge-ci-pull-1735.herokuapp.com |
|
Review app for commit 2b6b8fd deployed to Heroku: https://hge-ci-pull-1735.herokuapp.com |
|
Review app for commit 76f4666 deployed to Heroku: https://hge-ci-pull-1735.herokuapp.com |
ecthiender
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Review app for commit ce63293 deployed to Heroku: https://hge-ci-pull-1735.herokuapp.com |
rikinsk-zz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
docs & console LGTM
…ngine into add-geography-support
|
Review app for commit 33ff74c deployed to Heroku: https://hge-ci-pull-1735.herokuapp.com |
|
Review app https://hge-ci-pull-1735.herokuapp.com is deleted |
<!-- The PR description should answer 2 important questions: --> ### What This time, `scalar_boolean_expression_types` and `type_permissions`. V3_GIT_ORIGIN_REV_ID: cea7c77f636ecca34559de2fdf57bacde4dcb247
Description
This PR adds support for PostGIS spatial predicates on
geographycolumns. The predicates are_st_d_withinand_st_intersects.Affected components
Related Issues
#1674
Solution and Design
The comparison expression input type generating function is extended to support
geographythe same waygeometryis supported.Steps to test and verify
Start hasura on Postgres with PostGIS enabled, create a table with
geographyandgeometrycolumns:Using console GraphiQL Docs tab, verify that the
geography_comparison_expcontains_st_d_withinand_st_intersects.Limitations, known bugs & workarounds
NA