Skip to content

feat(rust/sedona-functions): add typed WKB constructors - #1255

Open
paleolimbot wants to merge 2 commits into
apache:mainfrom
paleolimbot:codex/issue-206-typed-wkb
Open

feat(rust/sedona-functions): add typed WKB constructors#1255
paleolimbot wants to merge 2 commits into
apache:mainfrom
paleolimbot:codex/issue-206-typed-wkb

Conversation

@paleolimbot

@paleolimbot paleolimbot commented Sep 10, 2026

Copy link
Copy Markdown
Member

Adds ST_PointFromWKB and ST_LineStringFromWKB, including the ST_LineFromWKB alias. Both constructors validate WKB, return NULL for another geometry type, and support optional SRID/CRS arguments. Adds Rust and Python parity tests plus SQL reference documentation.

closes #206

@paleolimbot
paleolimbot marked this pull request as ready for review September 11, 2026 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rust/sedona-functions: Add ST_xxxFromWKB() functions

1 participant