Function datafusion_expr::tree_node::replace_sort_expressions

source ยท
pub fn replace_sort_expressions(
    sorts: Vec<Sort>,
    new_expr: Vec<Expr>,
) -> Vec<Sort>