Class E175_TreeQueryGroupByWindow

Assembly: redb.Examples.dll

Demonstrates GroupBy + Window Functions on TreeQuery.
First groups tree nodes, then applies window functions to rank the groups.
Pro feature: TreeQuery + GroupBy + Window for advanced hierarchical analytics.

[ExampleMeta("E175", "TreeQuery - GroupBy + Window", "Tree", ExampleTier.Pro, 175, new string[] { "Tree", "GroupBy", "Window", "Combined" }, RelatedApis = new string[] { "ITreeQueryable.GroupBy", "IGroupedQueryable.WithWindow", "Win.RowNumber" })]
public class E175_TreeQueryGroupByWindow : ExampleBase

Inheritance

ObjectExampleBaseE175_TreeQueryGroupByWindow

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)