This is an automated email from the ASF dual-hosted git repository.

bkietz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from a313fea  ARROW-7195: [Ruby] Improve #filter, #take, and #is_in
     add 26d4e49  ARROW-1900: [C++] Add kernel for min / max

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt                    |   1 +
 cpp/src/arrow/compute/kernel.h                  |   2 +
 cpp/src/arrow/compute/kernels/aggregate_test.cc |  58 ++++++++
 cpp/src/arrow/compute/kernels/minmax.cc         | 182 ++++++++++++++++++++++++
 cpp/src/arrow/compute/kernels/minmax.h          |  91 ++++++++++++
 5 files changed, 334 insertions(+)
 create mode 100644 cpp/src/arrow/compute/kernels/minmax.cc
 create mode 100644 cpp/src/arrow/compute/kernels/minmax.h

Reply via email to