Struct polars_lazy::physical_plan::executors::projection::ProjectionExec [−][src]
pub struct ProjectionExec { /* fields omitted */ }
This is supported on crate feature
compile
only.Expand description
Take an input Executor (creates the input DataFrame) and a multiple PhysicalExpressions (create the output Series)