RedBase Documentation

Welcome to the RedBase documentation portal. Browse the API reference, explore code examples, and learn how to build with REDB.

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
I IRedbGroupedQueryable<TKey, TProps> redb.Core.Query.Grouping
M WithWindow(Action<IGroupedWindowSpec<TKey, TProps>>) Apply window functions to grouped results.
I IRedbQueryable<TProps> redb.Core.Query
M WithWindow(Action<IWindowSpec<TProps>>) Query with window functions.
M WithWindow(Action<IGroupedWindowSpec<TKey, TItem>>) WithWindow not supported for array grouping.
C RedbGroupedQueryable<TKey, TProps> redb.Core.Query.Grouping
M WithWindow(Action<IGroupedWindowSpec<TKey, TProps>>) Apply window functions to grouped results.
C RedbQueryable<TProps> redb.Core.Query
M WithWindow(Action<IWindowSpec<TProps>>) Query with window functions.
C TreeGroupedQueryable<TKey, TProps> redb.Core.Query.Grouping
M WithWindow(Action<IGroupedWindowSpec<TKey, TProps>>) Apply window functions to grouped results (tree-aware).
C TreeQueryableBase<TProps> redb.Core.Query.Base
M WithWindow(Action<IWindowSpec<TProps>>) Override WithWindow to use tree-aware execution.