Skip to content

feat(vortex-geo): add collect scalar function - #9218

Open
HarukiMoriarty wants to merge 2 commits into
nemo/geo-areafrom
nemo/geo-collect
Open

feat(vortex-geo): add collect scalar function#9218
HarukiMoriarty wants to merge 2 commits into
nemo/geo-areafrom
nemo/geo-collect

Conversation

@HarukiMoriarty

@HarukiMoriarty HarukiMoriarty commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Summary

  • add strict homogeneous ST_Collect overloads for lists of Point, LineString, and Polygon
  • return the corresponding native MultiPoint, MultiLineString, or MultiPolygon type
  • use shared unary dispatch for constant handling and strict outer-null propagation
  • reuse geometry storage on the all-valid path and compact only nullable inner elements
  • add focused tests and a dedicated microbenchmark

@HarukiMoriarty HarukiMoriarty added the changelog/feature A new feature label Aug 5, 2026
@codspeed-hq

codspeed-hq Bot commented Aug 5, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 96 untouched benchmarks
⏩ 1858 skipped benchmarks1


Comparing nemo/geo-collect (9428981) with nemo/geo-area (c6fd58a)2

Open in CodSpeed

Footnotes

  1. 1858 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on nemo/geo-area (40f4666) during the generation of this report, so 7fc3956 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Signed-off-by: Nemo Yu <zyu379@wisc.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/feature A new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant