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/04 17:05:46 UTC

[arrow] branch master updated (99c9231 -> af75883)

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 99c9231  ARROW-12944: [C++] String capitalize kernel
     add af75883  ARROW-13220: [C++] Implement 'choose' function

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/codegen_internal.cc  |   9 +
 cpp/src/arrow/compute/kernels/codegen_internal.h   |   3 +
 cpp/src/arrow/compute/kernels/scalar_if_else.cc    | 278 ++++++++++++++++++++-
 .../compute/kernels/scalar_if_else_benchmark.cc    |  76 ++++--
 .../arrow/compute/kernels/scalar_if_else_test.cc   | 200 +++++++++++++++
 cpp/src/arrow/compute/kernels/vector_replace.cc    |   5 +-
 docs/source/cpp/compute.rst                        |  50 ++--
 docs/source/python/api/compute.rst                 |   1 +
 8 files changed, 574 insertions(+), 48 deletions(-)