Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
transform_sort_option_vec in datafusion_expr::tree_node - Rust
[go: Go Back, main page]

datafusion_expr::tree_node

Function transform_sort_option_vec

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

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