Class E132_WindowRowNumber

Assembly: redb.Examples.dll

Window function ROW_NUMBER() with PARTITION BY.
Ranks employees within each department by salary.

[ExampleMeta("E132", "Window - RowNumber", "Analytics", ExampleTier.Free, 132, new string[] { "Window", "RowNumber", "Rank", "Partition" }, RelatedApis = new string[] { "IRedbQueryable.WithWindow", "Win.RowNumber" })]
public class E132_WindowRowNumber : ExampleBase

Inheritance

ObjectExampleBaseE132_WindowRowNumber

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)