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 116672f ARROW-7335: [C++][Gandiva] Add day_time_interval functions:
castBIGINT, extractDay
add a64f590 ARROW-7982: [C++] Add function VisitArrayDataInline() helper
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/kernels/cast.cc | 23 +-
cpp/src/arrow/compute/kernels/hash.cc | 105 ++++-----
cpp/src/arrow/compute/kernels/isin.cc | 50 ++---
cpp/src/arrow/compute/kernels/sort_to_indices.cc | 79 ++-----
cpp/src/arrow/util/functional.h | 4 +
cpp/src/arrow/util/future.cc | 2 +-
cpp/src/arrow/visitor_inline.h | 268 +++++++++++++++++++----
7 files changed, 335 insertions(+), 196 deletions(-)