polars_lazy/physical_plan/
mod.rs

1#[cfg(any(feature = "list_eval", feature = "pivot"))]
2pub(crate) mod exotic;
3#[cfg(feature = "streaming")]
4pub(crate) mod streaming;