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