polars-expr 0.46.0

Physical expression implementation of the Polars project.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod chunked_idx_table;
mod expressions;
pub mod groups;
pub mod hash_keys;
pub mod planner;
pub mod prelude;
pub mod reduce;
pub mod state;

pub use crate::planner::{create_physical_expr, ExpressionConversionState};