datafusion_physical_expr::planner

Function create_physical_exprs

Source
pub fn create_physical_exprs<'a, I>(
    exprs: I,
    input_dfschema: &DFSchema,
    execution_props: &ExecutionProps,
) -> Result<Vec<Arc<dyn PhysicalExpr>>>
where I: IntoIterator<Item = &'a Expr>,
Expand description

Create vector of Physical Expression from a vector of logical expression