feat(vortex-geo): add intersection scalar function - #9220
Open
HarukiMoriarty wants to merge 17 commits into
Open
feat(vortex-geo): add intersection scalar function#9220HarukiMoriarty wants to merge 17 commits into
HarukiMoriarty wants to merge 17 commits into
Conversation
Merging this PR will not alter performance
Performance Changes
Comparing Footnotes
|
HarukiMoriarty
force-pushed
the
nemo/geo-intersection-native
branch
from
August 6, 2026 14:41
af47d2b to
f2b5e90
Compare
HarukiMoriarty
force-pushed
the
nemo/geo-intersection-native
branch
from
August 6, 2026 17:58
f2b5e90 to
0da3ab6
Compare
HarukiMoriarty
force-pushed
the
nemo/geo-intersection-native
branch
from
August 6, 2026 20:13
0da3ab6 to
17b600b
Compare
HarukiMoriarty
force-pushed
the
nemo/geo-intersection-native
branch
from
August 6, 2026 20:15
17b600b to
fc74be9
Compare
HarukiMoriarty
force-pushed
the
nemo/geo-intersection-native
branch
from
August 7, 2026 13:52
fc74be9 to
f105b5f
Compare
HarukiMoriarty
force-pushed
the
nemo/geo-intersection-native
branch
from
August 7, 2026 14:44
f105b5f to
59b6720
Compare
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
HarukiMoriarty
force-pushed
the
nemo/geo-intersection-native
branch
3 times, most recently
from
August 7, 2026 18:44
bf8f141 to
5c55498
Compare
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
HarukiMoriarty
force-pushed
the
nemo/geo-intersection-native
branch
from
August 7, 2026 18:47
5c55498 to
98c9246
Compare
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.
Stacked on #9219.
Summary
geo::BooleanOps:Polygon × Polygon,Polygon × MultiPolygon,MultiPolygon × Polygon, andMultiPolygon × MultiPolygonMultiPolygonfor every overloadNaN/invalid-coordinate checking remains outside the default execution path, consistent with the rest of the native geo scalar stack.