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 c9495ab  ARROW-14751: [C++] Add doc for set lookup "meta" compute 
functions
     add d211b44  ARROW-14768: [C++] Validate compute function docstring 
formatting

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/function.cc                  |  51 +++++-
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   |  36 ++--
 cpp/src/arrow/compute/kernels/aggregate_mode.cc    |  13 +-
 cpp/src/arrow/compute/kernels/hash_aggregate.cc    |  47 ++---
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 204 ++++++++++-----------
 cpp/src/arrow/compute/kernels/scalar_compare.cc    |   9 +-
 cpp/src/arrow/compute/kernels/scalar_if_else.cc    |  33 ++--
 cpp/src/arrow/compute/kernels/scalar_nested.cc     |  19 +-
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 194 ++++++++++----------
 .../arrow/compute/kernels/scalar_temporal_unary.cc |  20 +-
 cpp/src/arrow/compute/kernels/scalar_validity.cc   |   6 +-
 cpp/src/arrow/compute/kernels/vector_replace.cc    |  12 +-
 cpp/src/arrow/compute/kernels/vector_sort.cc       |  13 +-
 cpp/src/arrow/compute/registry.cc                  |   4 +
 14 files changed, 354 insertions(+), 307 deletions(-)

Reply via email to