Function make_with_child

Source
pub fn make_with_child(
    projection: &ProjectionExec,
    child: &Arc<dyn ExecutionPlan>,
) -> Result<Arc<dyn ExecutionPlan>>
Expand description

Creates a new ProjectionExec instance with the given child plan and projected expressions.