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 4b5ed4e ARROW-13138: [C++][R] Implement extract temporal components
(year, month, day, etc) from date32/64 types
add bb1ef85 ARROW-13033: [C++] Kernel to localize naive timestamps to a
timezone (preserving clock-time)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_scalar.cc | 57 ++++
cpp/src/arrow/compute/api_scalar.h | 51 ++++
cpp/src/arrow/compute/function_test.cc | 12 +-
cpp/src/arrow/compute/kernel.h | 11 +-
cpp/src/arrow/compute/kernels/scalar_temporal.cc | 318 +++++++++++++++------
.../arrow/compute/kernels/scalar_temporal_test.cc | 108 ++++++-
docs/source/cpp/compute.rst | 24 ++
python/pyarrow/_compute.pyx | 35 +++
python/pyarrow/compute.py | 1 +
python/pyarrow/includes/libarrow.pxd | 24 ++
python/pyarrow/tests/test_compute.py | 142 +++++++--
r/src/compute.cpp | 16 ++
12 files changed, 684 insertions(+), 115 deletions(-)