This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from f345287 ARROW-12861: [C++][Compute] Add sign function kernels
add 28d24bd ARROW-12955: [C++] Add additional type support for if_else
kernel
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/codegen_internal.h | 14 +-
cpp/src/arrow/compute/kernels/scalar_if_else.cc | 561 +++++++++++++++++----
.../compute/kernels/scalar_if_else_benchmark.cc | 79 ++-
.../arrow/compute/kernels/scalar_if_else_test.cc | 196 ++++++-
cpp/src/arrow/util/bit_util.h | 6 +-
5 files changed, 735 insertions(+), 121 deletions(-)