This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 3e940dc ARROW-9389: [C++] Add binary metafunctions for the set lookup
kernels isin and match that can be called with CallFunction
add a5914d5 ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/scalar_string.cc | 491 ++++++++++++++++++++-
.../compute/kernels/scalar_string_benchmark.cc | 10 +
.../arrow/compute/kernels/scalar_string_test.cc | 164 +++++++
cpp/src/arrow/util/utf8.h | 19 +
docker-compose.yml | 2 +
python/pyarrow/compute.py | 21 +
python/pyarrow/tests/test_compute.py | 122 +++++
7 files changed, 826 insertions(+), 3 deletions(-)