pub fn transform_sort_vec<F>(
sorts: Vec<Sort>,
f: &mut F,
) -> Result<Transformed<Vec<Sort>>, DataFusionError>
Expand description
Transforms an vector of sort expressions by applying the provided closure f
.
pub fn transform_sort_vec<F>(
sorts: Vec<Sort>,
f: &mut F,
) -> Result<Transformed<Vec<Sort>>, DataFusionError>
Transforms an vector of sort expressions by applying the provided closure f
.