-
Notifications
You must be signed in to change notification settings - Fork 158
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: geometry processing functions #556
Conversation
extensions/functions_geometry.yaml
Outdated
name: geom | ||
- value: fp64 | ||
name: buffer_radius | ||
return: geometry |
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.
What geometry type is this referencing?
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.
the geometry
type is supposed to be a list of simple geometries defined in this PR: https://github.com/substrait-io/substrait/pull/543/files#diff-130b5d19a0015ea70d9adfa93d28ab07d70d340f02085bbeefcf1b875b154d84
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.
Ah, will comment on that PR.
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.
8444238
to
e96db77
Compare
e96db77
to
078e463
Compare
PR to add geometry processing functions