feat(expr-geo): add scalar kernels - #1466
Draft
willcohen wants to merge 10 commits into
Draft
Conversation
willcohen
marked this pull request as draft
July 22, 2026 19:50
willcohen
force-pushed
the
kernels-scalar
branch
2 times, most recently
from
July 23, 2026 00:04
0b8f051 to
76b5b16
Compare
willcohen
force-pushed
the
kernels-scalar
branch
from
July 31, 2026 22:11
76b5b16 to
08f4ddf
Compare
Contributor
Author
|
Updated to sit above the updated #1462. |
willcohen
force-pushed
the
kernels-scalar
branch
from
August 19, 2026 23:23
08f4ddf to
853e332
Compare
This was referenced Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a WIP PR (draft: after
xyzm(#1462) lands, I'll rebase accordingly so it can be reviewed independently), adding the scalar/measure kernels togeoarrow-expr-geo: length, dimensions/is_empty, Chamberlain-Duquette area, euclidean/hausdorff/frechet distance, and line-locate-point. Every op returns a per-row scalar or predicate.