polars_lazy/physical_plan/streaming/
mod.rs

1
2
3
4
5
6
mod checks;
mod construct_pipeline;
mod convert_alp;
mod tree;

pub(crate) use convert_alp::insert_streaming_nodes;