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 6bc94da  MINOR: [C#] Fixing example to use WriteEndAsync instead of 
WriteFooterAsync
     add 01f3338  ARROW-13095: [C++] Implement trig compute functions

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.cc                |   7 +
 cpp/src/arrow/compute/api_scalar.h                 |  61 ++++
 cpp/src/arrow/compute/kernels/codegen_internal.h   |  14 +-
 cpp/src/arrow/compute/kernels/scalar_arithmetic.cc | 360 +++++++++++++++++++--
 .../compute/kernels/scalar_arithmetic_test.cc      | 106 ++++++
 cpp/src/arrow/compute/kernels/scalar_compare.cc    |  45 +--
 cpp/src/arrow/compute/kernels/util_internal.h      |  12 +
 docs/source/cpp/compute.rst                        |  34 ++
 docs/source/python/api/compute.rst                 |  22 ++
 9 files changed, 607 insertions(+), 54 deletions(-)

Reply via email to