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.Grouping Show all

redb.Core.Query.Grouping

Classes

C GroupedWindowedQueryable<TKey, TProps> Queryable for applying window functions to grouped data.
C GroupedWindowSpec<TKey, TProps> Window specification for grouped queries.
C GroupFieldRequest Request for grouping field for SQL function aggregate_grouped
C RedbArrayGroupedQueryable<TKey, TItem, TProps> Grouping by array elements (Items[].Property)
C RedbGroupedQueryable<TKey, TProps> Implementation of REDB grouped queries
C TreeGroupedQueryable<TKey, TProps> Tree-aware grouped queryable that preserves TreeQueryContext for proper CTE generation.
C TreeGroupedWindowedQueryable<TKey, TProps> Tree-aware GroupBy + Window queryable.

Interfaces

I IGroupedWindowedQueryable<TKey, TProps> Queryable for applying window functions to grouped data.
I IGroupedWindowSpec<TKey, TProps> Window specification for grouped queries.
I IRedbGroupedQueryable<TKey, TProps> Interface for grouped REDB queries.
I IRedbGrouping<TKey, TProps> Represents group of objects with common key.