find_window_exprs

Function find_window_exprs 

Source
pub fn find_window_exprs<'a>(
    exprs: impl IntoIterator<Item = &'a Expr>,
) -> Vec<Expr>
Expand description

Collect all deeply nested Expr::WindowFunction. They are returned in order of occurrence (depth first), with duplicates omitted.