API Reference
Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.
Search results for: WithWindow
Clear search
IRedbGroupedQueryable<TKey, TProps>
redb.Core.Query.Grouping
WithWindow(Action<IGroupedWindowSpec<TKey, TProps>>)
Apply window functions to grouped results.
IRedbQueryable<TProps>
redb.Core.Query
WithWindow(Action<IWindowSpec<TProps>>)
Query with window functions.
RedbArrayGroupedQueryable<TKey, TItem, TProps>
redb.Core.Query.Grouping
WithWindow(Action<IGroupedWindowSpec<TKey, TItem>>)
WithWindow not supported for array grouping.
RedbGroupedQueryable<TKey, TProps>
redb.Core.Query.Grouping
WithWindow(Action<IGroupedWindowSpec<TKey, TProps>>)
Apply window functions to grouped results.
RedbQueryable<TProps>
redb.Core.Query
WithWindow(Action<IWindowSpec<TProps>>)
Query with window functions.
TreeGroupedQueryable<TKey, TProps>
redb.Core.Query.Grouping
WithWindow(Action<IGroupedWindowSpec<TKey, TProps>>)
Apply window functions to grouped results (tree-aware).
TreeQueryableBase<TProps>
redb.Core.Query.Base
WithWindow(Action<IWindowSpec<TProps>>)
Override WithWindow to use tree-aware execution.