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 2138d34 chore: Fix clippy errors from newer Rust and pin Python
version (#266)
add 87ff737 feat(rust/sedona-functions): Add ST_Translate() (#267)
No new revisions were added by this update.
Summary of changes:
benchmarks/{test_distance.py => test_transform.py} | 21 +-
python/sedonadb/tests/functions/test_transforms.py | 57 +++++-
rust/sedona-functions/benches/native-functions.rs | 15 ++
rust/sedona-functions/src/lib.rs | 1 +
rust/sedona-functions/src/register.rs | 23 ++-
rust/sedona-functions/src/st_translate.rs | 223 +++++++++++++++++++++
6 files changed, 316 insertions(+), 24 deletions(-)
copy benchmarks/{test_distance.py => test_transform.py} (73%)
create mode 100644 rust/sedona-functions/src/st_translate.rs