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 ccaf269  feat(rust/sedona-raster): Add raster schema (#253)
     add c6e49e3  feat(rust/sedona-functions): Implement native ST_IsCollection 
using WkbHeader (#265)

No new revisions were added by this update.

Summary of changes:
 benchmarks/test_functions.py                       |  17 ++++
 python/sedonadb/tests/functions/test_functions.py  |  31 +++++++
 rust/sedona-functions/benches/native-functions.rs  |   3 +
 rust/sedona-functions/src/lib.rs                   |   1 +
 rust/sedona-functions/src/register.rs              |   3 +-
 .../src/{st_isclosed.rs => st_iscollection.rs}     | 100 ++++++++-------------
 6 files changed, 93 insertions(+), 62 deletions(-)
 copy rust/sedona-functions/src/{st_isclosed.rs => st_iscollection.rs} (61%)

Reply via email to