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 54199ec ARROW-10023: [C++][Gandiva] Implement split_part function in
gandiva
add ba7ee65 ARROW-9967: [Python] Add compute module docs + expose more
option classes
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_vector.h | 2 +-
docs/source/cpp/compute.rst | 6 +-
docs/source/python/api.rst | 1 +
docs/source/python/api/compute.rst | 206 +++++++++++++++++++++++++++++++++++
docs/source/python/compute.rst | 55 ++++++++++
docs/source/python/index.rst | 1 +
python/pyarrow/_compute.pyx | 74 +++++++++++++
python/pyarrow/compute.py | 18 ++-
python/pyarrow/includes/libarrow.pxd | 19 ++++
python/pyarrow/tests/test_compute.py | 36 ++++++
10 files changed, 412 insertions(+), 6 deletions(-)
create mode 100644 docs/source/python/api/compute.rst
create mode 100644 docs/source/python/compute.rst