You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am Blathers. I am here to help you get the issue triaged.
It looks like you have not filled out the issue in the format of any of our templates. To best assist you, we advise you to use one of these templates.
I was unable to automatically find someone to ping.
If we have not gotten back to your issue within a few business days, you can try the following:
timgraham
changed the title
sql: support left (<<) and right (>>) bouding box operators
sql: support left (<<) and right (>>) bounding box operators
Nov 25, 2020
We have marked this issue as stale because it has been inactive for
18 months. If this issue is still relevant, removing the stale label
or adding a comment will keep it active. Otherwise, we'll close it in
10 days to keep the issue queue tidy. Thank you for your contribution
to CockroachDB!
They should adopt PostGIS behavior:
https://postgis.net/docs/ST_Geometry_Left.html
https://postgis.net/docs/ST_Geometry_Right.html
Currently it fails like this:
unsupported binary operator: <geometry> >> <geometry> (desired <bool>)
.Jira issue: CRDB-2868
The text was updated successfully, but these errors were encountered: