Docs.rs
polars-pipe-0.44.2
polars-pipe 0.44.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
ritchie46
Dependencies
polars-arrow ^0.44.2
normal
crossbeam-channel ^0.5.8
normal
crossbeam-queue ^0.3
normal
enum_dispatch ^0.3
normal
futures ^0.3.25
normal
optional
hashbrown ^0.15.0
normal
num-traits ^0.2
normal
polars-compute ^0.44.2
normal
polars-core ^0.44.2
normal
polars-expr ^0.44.2
normal
polars-io ^0.44.2
normal
polars-ops ^0.44.2
normal
polars-plan ^0.44.2
normal
polars-row ^0.44.2
normal
polars-utils ^0.44.2
normal
rayon ^1.9
normal
tokio ^1.26
normal
optional
uuid ^1.7.0
normal
version_check ^0.9.4
build
Versions
8.33%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
Files
polars_pipe/
lib.rs
1
2
3
4
mod
executors;
pub mod
expressions;
pub mod
operators;
pub mod
pipeline;