Class E135_WindowRank

Assembly: redb.Examples.dll

Window functions RANK/DENSE_RANK for ranking with ties.
RANK skips numbers after ties, DENSE_RANK does not.

[ExampleMeta("E135", "Window - Rank/DenseRank", "Analytics", ExampleTier.Free, 135, new string[] { "Window", "Rank", "DenseRank", "Ranking" }, RelatedApis = new string[] { "Win.Rank", "Win.DenseRank" })]
public class E135_WindowRank : ExampleBase

Inheritance

ObjectExampleBaseE135_WindowRank

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)