API Reference
Browse the REDB API documentation. Select a namespace or type from the tree on the left, or click on items below.
Showing: redb.Core.Query.Window
Show all
redb.Core.Query.Window
Classes
| Frame | Static helper for creating frames |
| FrameBound | Frame boundary |
| FrameBuilder | Builder for creating FrameSpec |
| FrameSpec | Frame specification for window functions |
| RedbWindowedQueryable<TProps> | Implementation of queries with window functions |
| TreeWindowedQueryable<TProps> | Implementation of queries with window functions for TreeQueryable. |
| WindowFieldRequest | |
| WindowFuncRequest | |
| WindowOrderRequest | |
| WindowSpec<TProps> | Implementation of window specification |
Interfaces
| IRedbWindowedQueryable<TProps> | Interface for queries with window functions. |
| IWindowSpec<TProps> | Window specification for Window Functions. |
Enums
| FrameBoundType | Window boundary type |
| FrameType | Frame type: ROWS or RANGE |