polars-plan 0.55.1

Lazy query engine for the Polars DataFrame library
1
2
3
4
5
6
7
8
9
10
pub mod arrow_predicate;
pub mod predicate;
pub mod pyarrow;

pub use arrow_predicate::ArrowPredicate;
mod source;
mod utils;

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