Function datafusion::physical_expr::create_physical_exprs

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

Create vector of Physical Expression from a vector of logical expression