Function datafusion_physical_expr_common::utils::limited_convert_logical_expr_to_physical_expr
source ยท 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.