This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from dbc1e90b58 GH-32105: [C++] Encode and decode Run-End Encoded vectors
(#34195)
add 9c218abbe4 GH-20351: [C++] Kernel input type matcher for run-end
encoded types (#34503)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernel.cc | 70 ++++++++++++++++++++++++++++++++++++
cpp/src/arrow/compute/kernel.h | 19 ++++++++++
cpp/src/arrow/compute/kernel_test.cc | 29 +++++++++++++++
cpp/src/arrow/type.cc | 3 +-
cpp/src/arrow/type_traits.h | 17 +++++++++
cpp/src/arrow/util/ree_util.h | 9 ++---
6 files changed, 141 insertions(+), 6 deletions(-)