This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from dec5ab9 ARROW-11653: [Rust][DataFusion] Postgres String Functions:
ascii, chr, initcap, repeat, reverse, to_hex
add e2c7d95 ARROW-11845: [Rust] Implement to_isize() for ArrowNativeTypes
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/array/array_binary.rs | 16 ++++++++++--
rust/arrow/src/array/array_list.rs | 10 -------
rust/arrow/src/array/array_primitive.rs | 25 +++++++++++++-----
rust/arrow/src/array/array_string.rs | 15 +++++++++--
rust/arrow/src/datatypes/native.rs | 46 +++++++++++++++++++++++++++++++++
5 files changed, 91 insertions(+), 21 deletions(-)