Docs.rs
arrow-57.2.0
arrow 57.2.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
kou
kszucs
xhochy
nevi-me
alamb
tustvold
Dependencies
arrow-arith ^57.2.0
normal
arrow-array ^57.2.0
normal
arrow-buffer ^57.2.0
normal
arrow-cast ^57.2.0
normal
arrow-csv ^57.2.0
normal
optional
arrow-data ^57.2.0
normal
arrow-ipc ^57.2.0
normal
optional
arrow-json ^57.2.0
normal
optional
arrow-ord ^57.2.0
normal
arrow-pyarrow ^57.2.0
normal
optional
arrow-row ^57.2.0
normal
arrow-schema ^57.2.0
normal
arrow-select ^57.2.0
normal
arrow-string ^57.2.0
normal
half ^2.1
normal
optional
rand ^0.9
normal
optional
bytes ^1.9
dev
chrono ^0.4.40
dev
criterion ^0.8.0
dev
half ^2.1
dev
memmap2 ^0.9.3
dev
rand ^0.9
dev
serde ^1.0
dev
Versions
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module window
arrow
57.2.0
Module window
Module Items
Functions
In arrow::
compute::
kernels
arrow
::
compute
::
kernels
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.