This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 6e6e6f0340 GH-36931: [C++] Add cumulative_mean function (#36932)
add 7c8f398f32 GH-35273: [C++] Add integer round kernels (#36289)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/codegen_internal.h | 5 +
cpp/src/arrow/compute/kernels/scalar_round.cc | 758 ++++++++++++++-------
.../kernels/scalar_round_arithmetic_test.cc | 344 +++++++++-
cpp/src/arrow/engine/substrait/function_test.cc | 2 +-
docs/source/cpp/compute.rst | 42 +-
python/pyarrow/tests/test_compute.py | 4 +-
6 files changed, 872 insertions(+), 283 deletions(-)