Function datafusion_expr::utils::group_window_expr_by_sort_keys
source · pub fn group_window_expr_by_sort_keys(
window_expr: &[Expr]
) -> Result<Vec<(Vec<(Expr, bool)>, Vec<&Expr>)>>
Expand description
group a slice of window expression expr by their order by expressions