You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2022/02/10 20:49:36 UTC

[arrow] branch master updated (cce55b4 -> 54f6c03)

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 cce55b4  ARROW-15619: [C++] Temporal component extraction function for extracting is_leap_year indicator
     add 54f6c03  ARROW-14825: [C++] Temporal component extraction function for extracting epiyear

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                 | 14 ++++++++
 .../arrow/compute/kernels/scalar_temporal_test.cc  | 16 +++++++++
 .../arrow/compute/kernels/scalar_temporal_unary.cc | 42 ++++++++++++++++++++++
 docs/source/cpp/compute.rst                        |  2 ++
 docs/source/python/api/compute.rst                 |  1 +
 6 files changed, 76 insertions(+)