pub fn create_physical_expr(
    e: &Expr,
    input_dfschema: &DFSchema,
    input_schema: &Schema,
    execution_props: &ExecutionProps
) -> Result<Arc<dyn PhysicalExpr>>
Expand description

Create a physical expression from a logical expression (Expr)