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 3b852e49fe PARQUET-2206: [parquet-cpp] Microbenchmark for ColumnReader
ReadBatch and Skip (#14523)
add c3cfc7934e ARROW-17960: [C++][Python] Implement list_slice kernel
(#14395)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_scalar.cc | 18 ++
cpp/src/arrow/compute/api_scalar.h | 20 +++
cpp/src/arrow/compute/function_internal.h | 32 ++++
cpp/src/arrow/compute/kernels/scalar_nested.cc | 197 +++++++++++++++++++++
.../arrow/compute/kernels/scalar_nested_test.cc | 137 ++++++++++++++
docs/source/cpp/compute.rst | 14 +-
docs/source/python/api/compute.rst | 2 +
python/pyarrow/_compute.pyx | 39 ++++
python/pyarrow/compute.py | 1 +
python/pyarrow/includes/libarrow.pxd | 10 ++
python/pyarrow/lib.pxd | 36 +++-
python/pyarrow/tests/test_compute.py | 101 +++++++++++
12 files changed, 602 insertions(+), 5 deletions(-)