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 2ef0edc ARROW-13174: [C++][Compute] Add strftime kernel
add 558d83f ARROW-1568: [C++] Implement Drop Null Kernel for Arrays
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_vector.cc | 14 +
cpp/src/arrow/compute/api_vector.h | 18 +
cpp/src/arrow/compute/kernels/vector_selection.cc | 168 +++++++
.../arrow/compute/kernels/vector_selection_test.cc | 528 +++++++++++++++++++++
cpp/src/arrow/datum.cc | 20 +-
docs/source/cpp/compute.rst | 23 +-
python/pyarrow/array.pxi | 6 +
python/pyarrow/table.pxi | 25 +-
python/pyarrow/tests/test_compute.py | 76 +++
9 files changed, 861 insertions(+), 17 deletions(-)