type WindowSortKey = Vec<(Sort, bool)>;Expand description
(expr, “is the SortExpr for window (either comes from PARTITION BY or ORDER BY columns)”)
If bool is true SortExpr comes from PARTITION BY column, if false comes from ORDER BY column
Aliased Type§
struct WindowSortKey { /* private fields */ }