Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
make_with_child in datafusion::physical_plan::projection - Rust
[go: Go Back, main page]

Function make_with_child

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

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