feat(vortex-geo): add intersection scalar function - #9220
Conversation
Merging this PR will regress 3 benchmarks
Warning Please fix the performance issues or acknowledge them on CodSpeed. Performance Changes
Tip Investigate this regression by commenting Comparing Footnotes
|
af47d2b to
f2b5e90
Compare
f2b5e90 to
0da3ab6
Compare
0da3ab6 to
17b600b
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>
17b600b to
fc74be9
Compare
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.
Checks
cargo +nightly fmt --allcargo test -p vortex-geo(254 passed)cargo clippy -p vortex-geo --all-targets --all-features -- -D warningscargo clippy --all-targets --all-features -- -D warningscargo bench -p vortex-geo --bench intersectiongit diff --check