Class E195_GroupByWindowFiltered
GroupBy + Window with Where filter applied before grouping.
Filter employees by salary, group by department, then rank groups.
Tests Pro filter handling in GroupedWindow queries.
[ExampleMeta("E195", "GroupBy + Window - With Filter", "Analytics", ExampleTier.Pro, 195, new string[] { "GroupBy", "Window", "Where", "Filter", "Rank" }, RelatedApis = new string[] { "IRedbGroupedQueryable.WithWindow", "IRedbQueryable.Where" })]
public class E195_GroupByWindowFiltered : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)