Method WithWindow(Action<IGroupedWindowSpec<TKey, TProps>>)

Assembly: redb.Core.dll

Apply window functions to grouped results.
Allows ranking, running totals, and other analytics on aggregated data.

IGroupedWindowedQueryable<TKey, TProps> WithWindow(Action<IGroupedWindowSpec<TKey, TProps>> windowConfig)