You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/08/25 06:58:24 UTC

[arrow-rs] branch master updated (45fb91992 -> 903d8923c)

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

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


    from 45fb91992 Add sum_dyn to calculate sum for dictionary array (#2566)
     add 903d8923c Code cleanup of array value functions (#2583)

No new revisions were added by this update.

Summary of changes:
 arrow/src/array/array_binary.rs            | 13 +++++++++++--
 arrow/src/array/array_boolean.rs           | 22 +++++++++++++++++++---
 arrow/src/array/array_decimal.rs           | 19 ++++++++++++++++++-
 arrow/src/array/array_fixed_size_binary.rs | 17 ++++++++++++++++-
 arrow/src/array/array_primitive.rs         | 21 ++++++++++++++++++---
 arrow/src/array/array_string.rs            | 13 +++++++++++--
 arrow/src/array/array_union.rs             | 12 +++++-------
 7 files changed, 98 insertions(+), 19 deletions(-)