-
Notifications
You must be signed in to change notification settings - Fork 609
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
feat(geospatial): add support for duckdb operations on literals #8570
Conversation
d139018
to
d7e8157
Compare
a2df0fa
to
6584523
Compare
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.
I think the framing of the unary op test case as binary op with no arguments is a bit awkward, but non-blocking.
Implementation looks 👌🏻
Just in case, Don't merge yet. I'll take care of Jim's comment about the |
d8cdb59
to
dde5b2e
Compare
dde5b2e
to
cad5f75
Compare
This one is ready to go/ ready for the last review. |
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, thanks!
Description of changes
This PR add support for duckdb geospatial operations directly on geospatial literals.
I gave this a try, I'm not sure this is the best way to go, but happy to iterate over it if there is a better way around.
Issues closed
Closes: #8143
cc: @gforsyth (thanks for the pointer to
_run_pre_execute_hooks
)