Function datafusion_expr::logical_plan::builder::project_with_column_index
source ยท pub fn project_with_column_index(
expr: Vec<Expr>,
input: Arc<LogicalPlan>,
schema: DFSchemaRef,
) -> Result<LogicalPlan>