Docs.rs
arrow-select-53.3.0
arrow-select 53.3.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
kou
kszucs
xhochy
nevi-me
alamb
tustvold
Dependencies
ahash ^0.8
normal
arrow-array ^53.3.0
normal
arrow-buffer ^53.3.0
normal
arrow-data ^53.3.0
normal
arrow-schema ^53.3.0
normal
num ^0.4
normal
rand ^0.8
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
arrow_
select
53.3.0
Module window
Module Items
Functions
In crate arrow_
select
arrow_select
Module
window
Copy item path
Source
Expand description
Defines windowing functions, like
shift
ing
Functions
ยง
shift
Shifts array by defined number of items (to left or right) A positive value for
offset
shifts the array to the right a negative value shifts the array to the left.