You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2020/08/03 16:10:16 UTC

[arrow] branch master updated (90d12c3 -> f51564b)

This is an automated email from the ASF dual-hosted git repository.

agrove pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 90d12c3  ARROW-9600: [Rust] pin proc macro
     add f51564b  ARROW-9582: [Rust] Implement memory size methods

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/array/array.rs | 106 ++++++++++++++++++++++++++++++++++++++++++
 rust/arrow/src/array/data.rs  |  40 ++++++++++++++++
 rust/arrow/src/array/null.rs  |  26 +++++++++--
 rust/arrow/src/array/union.rs |  30 ++++++++++++
 rust/arrow/src/bitmap.rs      |  11 +++++
 5 files changed, 209 insertions(+), 4 deletions(-)