polars-plan 0.54.1

Lazy query engine for the Polars DataFrame library
1
2
3
4
5
6
7
pub mod predicate;
pub mod pyarrow;
mod source;
mod utils;

pub use source::*;
pub use utils::*;