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

[arrow] branch master updated (4e99f59dc1 -> 18326f9683)

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 4e99f59dc1 ARROW-18291: [Release][Docs] Update how to release (#14612)
     add 18326f9683 ARROW-17613: [C++] Add function execution API for a preconfigured kernel (#14043)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/exec.cc              |  23 +++
 cpp/src/arrow/compute/exec.h               |  28 +++-
 cpp/src/arrow/compute/exec_test.cc         | 207 ++++++++++++++++++++++---
 cpp/src/arrow/compute/function.cc          | 238 +++++++++++++++++------------
 cpp/src/arrow/compute/function.h           |  30 ++++
 cpp/src/arrow/compute/function_internal.cc |  21 +++
 cpp/src/arrow/compute/function_internal.h  |   7 +-
 cpp/src/arrow/compute/function_test.cc     | 105 +++++++++++++
 cpp/src/arrow/compute/type_fwd.h           |   2 +
 docs/source/cpp/api/compute.rst            |   7 +
 python/pyarrow/tests/test_compute.py       |   2 +-
 11 files changed, 543 insertions(+), 127 deletions(-)