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/10 15:04:34 UTC

[arrow] branch master updated (c2e198b -> d78e891)

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 c2e198b  ARROW-13585: [GLib] Add support for C ABI interface
     add d78e891  ARROW-13575: [C++] Add hash_product kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_aggregate.cc             |   5 +
 cpp/src/arrow/compute/api_aggregate.h              |  15 ++
 cpp/src/arrow/compute/exec/plan_test.cc            |  64 ++++----
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   | 141 +++++++++++++++++-
 cpp/src/arrow/compute/kernels/aggregate_tdigest.cc |   4 +-
 cpp/src/arrow/compute/kernels/aggregate_test.cc    | 146 +++++++++++++++++++
 cpp/src/arrow/compute/kernels/aggregate_var_std.cc |  59 +++-----
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    | 161 +++++++++++++++++++--
 .../arrow/compute/kernels/hash_aggregate_test.cc   | 103 +++++++++++--
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc |  95 ++++++------
 cpp/src/arrow/compute/kernels/util_internal.h      |  11 ++
 docs/source/cpp/compute.rst                        |  10 +-
 docs/source/python/api/compute.rst                 |   1 +
 13 files changed, 677 insertions(+), 138 deletions(-)