This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git
from 49cecb0b feat(c/sedona-geos): Add ST_Polygonize() aggregate version
(#286)
add 0ba470cb feat(c/sedona-geos): Add ST_Snap() (#299)
No new revisions were added by this update.
Summary of changes:
c/sedona-geos/src/lib.rs | 1 +
c/sedona-geos/src/register.rs | 2 +
c/sedona-geos/src/st_snap.rs | 251 ++++++++++++++++++++++
python/sedonadb/tests/functions/test_functions.py | 123 +++++++++++
4 files changed, 377 insertions(+)
create mode 100644 c/sedona-geos/src/st_snap.rs