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.

Showing: redb.Core.Query.Window Show all

redb.Core.Query.Window

Classes

C Frame Static helper for creating frames
C FrameBound Frame boundary
C FrameBuilder Builder for creating FrameSpec
C FrameSpec Frame specification for window functions
C RedbWindowedQueryable<TProps> Implementation of queries with window functions
C TreeWindowedQueryable<TProps> Implementation of queries with window functions for TreeQueryable.
C WindowFieldRequest
C WindowFuncRequest
C WindowOrderRequest
C WindowSpec<TProps> Implementation of window specification

Interfaces

I IRedbWindowedQueryable<TProps> Interface for queries with window functions.
I IWindowSpec<TProps> Window specification for Window Functions.

Enums

E FrameBoundType Window boundary type
E FrameType Frame type: ROWS or RANGE