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/09 21:39:34 UTC

[arrow] branch master updated (e31189f -> 9b84f83)

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 e31189f  ARROW-14094: [C++] add(timestamp, duration) -> timestamp kernel
     add 9b84f83  ARROW-14827: [C++] Temporal component extraction function for extracting dst indicator

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  | 11 +++++
 .../arrow/compute/kernels/scalar_temporal_unary.cc | 51 +++++++++++++++++++++-
 docs/source/cpp/compute.rst                        |  2 +
 5 files changed, 76 insertions(+), 1 deletion(-)