Struct polars_lazy::physical_plan::expressions::PhysicalIoHelper [−][src]
pub struct PhysicalIoHelper {
pub expr: Arc<dyn PhysicalExpr>,
}
This is supported on crate feature
compile
only.Expand description
Wrapper struct that allow us to use a PhysicalExpr in polars-io.
This is used to filter rows during the scan of file.
Fields
expr: Arc<dyn PhysicalExpr>