Class E173_TreeQueryGroupBy
Demonstrates GroupBy aggregation on TreeQuery.
Groups tree nodes and calculates aggregates (SUM, COUNT) within tree context.
Pro feature: TreeQuery + GroupBy for hierarchical data analysis.
[ExampleMeta("E173", "TreeQuery - GroupBy", "Tree", ExampleTier.Free, 173, new string[] { "Tree", "GroupBy", "Aggregation" }, RelatedApis = new string[] { "ITreeQueryable.GroupBy", "Agg.Sum", "Agg.Count" })]
public class E173_TreeQueryGroupBy : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)