You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/02/03 13:42:58 UTC

[arrow] branch master updated (5ab4112 -> 76decf6)

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 5ab4112  ARROW-3016: [Docs][C++] Memory profiling with perf
     add 76decf6  ARROW-15089: [C++][Compute] Implement kernel to lookup a MapArray item for a given key

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.cc                |  42 +++
 cpp/src/arrow/compute/api_scalar.h                 |  39 +++
 cpp/src/arrow/compute/kernels/scalar_nested.cc     | 261 ++++++++++++++++
 .../arrow/compute/kernels/scalar_nested_test.cc    | 344 +++++++++++++++++++++
 docs/source/cpp/compute.rst                        |  11 +-
 docs/source/python/api/compute.rst                 |   2 +
 python/pyarrow/_compute.pyx                        |  37 +++
 python/pyarrow/compute.py                          |   1 +
 python/pyarrow/includes/libarrow.pxd               |  13 +
 python/pyarrow/tests/test_compute.py               |  18 ++
 10 files changed, 766 insertions(+), 2 deletions(-)