This is an automated email from the ASF dual-hosted git repository.
bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from f1e3c2e ARROW-12940: [R] Expose C interface as R6 methods
add 4743e18 ARROW-12074: [C++][Compute] Add scalar arithmetic kernels for
decimal
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernel.h | 3 +
cpp/src/arrow/compute/kernels/codegen_internal.h | 46 +++
cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 240 +++++++++++++-
.../compute/kernels/scalar_arithmetic_test.cc | 363 +++++++++++++++++++++
cpp/src/arrow/type.cc | 11 +
cpp/src/arrow/type.h | 4 +
cpp/src/arrow/type_traits.h | 11 +
docs/source/cpp/compute.rst | 37 ++-
8 files changed, 700 insertions(+), 15 deletions(-)