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 0230c9d  ARROW-10203: [Doc] Give guidance on big-endian support in the 
contributors docs
     add 69b444b  ARROW-9164: [C++] Add embedded documentation to compute 
functions

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_aggregate.h              |   6 +-
 cpp/src/arrow/compute/cast.cc                      |  20 +-
 cpp/src/arrow/compute/exec_test.cc                 |  21 +-
 cpp/src/arrow/compute/function.cc                  |  15 ++
 cpp/src/arrow/compute/function.h                   |  60 +++++-
 cpp/src/arrow/compute/function_test.cc             |  18 +-
 cpp/src/arrow/compute/kernels/aggregate_basic.cc   |  34 +++-
 cpp/src/arrow/compute/kernels/aggregate_mode.cc    |  12 +-
 cpp/src/arrow/compute/kernels/aggregate_var_std.cc |  26 ++-
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc |  82 ++++++--
 cpp/src/arrow/compute/kernels/scalar_boolean.cc    |  66 +++++-
 cpp/src/arrow/compute/kernels/scalar_compare.cc    |  50 ++++-
 cpp/src/arrow/compute/kernels/scalar_fill_null.cc  |  10 +-
 cpp/src/arrow/compute/kernels/scalar_nested.cc     |  11 +-
 cpp/src/arrow/compute/kernels/scalar_set_lookup.cc |  27 ++-
 cpp/src/arrow/compute/kernels/scalar_string.cc     | 198 ++++++++++++++----
 .../arrow/compute/kernels/scalar_string_internal.h |  44 ----
 cpp/src/arrow/compute/kernels/scalar_validity.cc   |  21 +-
 cpp/src/arrow/compute/kernels/vector_hash.cc       |  25 ++-
 cpp/src/arrow/compute/kernels/vector_nested.cc     |  21 +-
 cpp/src/arrow/compute/kernels/vector_selection.cc  |  46 ++++-
 cpp/src/arrow/compute/kernels/vector_sort.cc       |  36 +++-
 cpp/src/arrow/compute/registry.cc                  |   2 +
 cpp/src/arrow/compute/registry_test.cc             |   7 +-
 docs/source/python/api/compute.rst                 |   2 +-
 python/pyarrow/_compute.pxd                        |  10 -
 python/pyarrow/_compute.pyx                        | 222 +++++++++++++++------
 python/pyarrow/_dataset.pyx                        |  11 +-
 python/pyarrow/compute.py                          | 156 +++++++++------
 python/pyarrow/includes/libarrow.pxd               |  18 ++
 python/pyarrow/tests/test_compute.py               |  80 +++++++-
 31 files changed, 1013 insertions(+), 344 deletions(-)
 delete mode 100644 cpp/src/arrow/compute/kernels/scalar_string_internal.h

Reply via email to