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.
pub fn make_with_child(
projection: &ProjectionExec,
child: &Arc<dyn ExecutionPlan>,
) -> Result<Arc<dyn ExecutionPlan>>Creates a new ProjectionExec instance with the given child plan and
projected expressions.