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 52904d6 ARROW-13958: [Python] Migrate Python ORC bindings to use new
Result-based APIs
add 376cb45 ARROW-12744: [C++][Compute] Add rounding kernel
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_scalar.cc | 79 ++++++
cpp/src/arrow/compute/api_scalar.h | 92 +++++-
cpp/src/arrow/compute/function.h | 2 +-
cpp/src/arrow/compute/function_test.cc | 6 +
cpp/src/arrow/compute/kernels/codegen_internal.h | 4 +-
cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 316 ++++++++++++++++++++-
.../compute/kernels/scalar_arithmetic_test.cc | 308 ++++++++++++++++++--
cpp/src/arrow/python/python_test.cc | 2 +-
docs/source/cpp/compute.rst | 106 ++++++-
docs/source/python/api/compute.rst | 6 +-
python/pyarrow/_compute.pyx | 51 ++++
python/pyarrow/compute.py | 2 +
python/pyarrow/includes/libarrow.pxd | 35 +++
python/pyarrow/tests/test_compute.py | 68 ++++-
14 files changed, 1012 insertions(+), 65 deletions(-)