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 a46d262  ARROW-10898: [C++] Improve table sort performance
     add 661c7d7  ARROW-13548: [C++] Implement temporal difference kernels

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/diff.cc                        |   2 +-
 cpp/src/arrow/array/diff_test.cc                   |   2 +-
 cpp/src/arrow/compute/kernels/codegen_internal.h   |   4 +
 cpp/src/arrow/compute/kernels/scalar_temporal.cc   | 536 ++++++++++++++++++++-
 .../arrow/compute/kernels/scalar_temporal_test.cc  | 529 ++++++++++++++++++++
 cpp/src/arrow/compute/kernels/temporal_internal.h  |   4 +
 cpp/src/arrow/type.cc                              |  12 +
 cpp/src/arrow/type.h                               |   7 +
 cpp/src/arrow/util/formatting.h                    |  84 ++++
 cpp/src/arrow/util/formatting_util_test.cc         |  38 ++
 docs/source/cpp/compute.rst                        |  44 ++
 docs/source/python/api/compute.rst                 |  20 +
 12 files changed, 1272 insertions(+), 10 deletions(-)

Reply via email to