datafusion_expr::tree_node

Function replace_sort_expressions

Source
pub fn replace_sort_expressions(
    sorts: Vec<Sort>,
    new_expr: Vec<Expr>,
) -> Vec<Sort>