You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/03/05 21:56:35 UTC

[arrow] branch master updated (dec5ab9 -> e2c7d95)

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(-)