datafusion_expr::tree_node

Function transform_sort_vec

Source
pub fn transform_sort_vec<F: FnMut(Expr) -> Result<Transformed<Expr>>>(
    sorts: Vec<Sort>,
    f: &mut F,
) -> Result<Transformed<Vec<Sort>>>
Expand description

Transforms an vector of sort expressions by applying the provided closure f.