datafusion_expr::expr_rewriter

Function normalize_sorts

Source
pub fn normalize_sorts(
    sorts: impl IntoIterator<Item = impl Into<Sort>>,
    plan: &LogicalPlan,
) -> Result<Vec<Sort>>