You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/02/06 11:18:51 UTC

[arrow] branch master updated (94aa751 -> 74d2e6a)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 94aa751  ARROW-11500: [R] Allow bundled build script to run on Solaris
     add 74d2e6a  ARROW-11447: [Rust] Add shift kernel for primitive types

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/compute/kernels/mod.rs    |   1 +
 rust/arrow/src/compute/kernels/window.rs | 110 +++++++++++++++++++++++++++++++
 rust/arrow/src/compute/mod.rs            |   1 +
 3 files changed, 112 insertions(+)
 create mode 100644 rust/arrow/src/compute/kernels/window.rs