pub fn limited_convert_logical_expr_to_physical_expr(
    expr: &Expr,
    schema: &Schema,
) -> Result<Arc<dyn PhysicalExpr>>
Expand description

Converts datafusion_expr::Expr into corresponding Arc<dyn PhysicalExpr>. If conversion is not supported yet, returns Error.