You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/08/02 14:20:30 UTC

[arrow] branch master updated (ca81973 -> c02a40f)

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

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


    from ca81973  ARROW-13523: [C++] Normalize test executable name
     add c02a40f  ARROW-13295: [C++] add hash_mean, hash_variance, hash_stddev kernels

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/aggregate_internal.h |   4 +
 cpp/src/arrow/compute/kernels/aggregate_var_std.cc |  31 +-
 .../compute/kernels/aggregate_var_std_internal.h   |  68 ++++
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    | 363 +++++++++++++++++++++
 .../arrow/compute/kernels/hash_aggregate_test.cc   | 161 +++++++++
 5 files changed, 604 insertions(+), 23 deletions(-)
 create mode 100644 cpp/src/arrow/compute/kernels/aggregate_var_std_internal.h