This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 627720b ARROW-15216: [GLib] Add Arrow::RoundToMultipleOptions
add 49093a1 ARROW-15032: [C++] Add year_month_day function
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_scalar.cc | 1 +
cpp/src/arrow/compute/api_scalar.h | 12 ++
.../arrow/compute/kernels/scalar_temporal_test.cc | 65 ++++++++++
.../arrow/compute/kernels/scalar_temporal_unary.cc | 141 +++++++++++++++++++++
docs/source/cpp/compute.rst | 4 +
docs/source/python/api/compute.rst | 3 +-
6 files changed, 225 insertions(+), 1 deletion(-)