Class E136_WindowNtile
Window function NTILE for bucket distribution.
Divides employees into N equal groups (quartiles, deciles, etc.).
[ExampleMeta("E136", "Window - Ntile", "Analytics", ExampleTier.Free, 136, new string[] { "Window", "Ntile", "Quartile", "Bucket" }, RelatedApis = new string[] { "Win.Ntile" })]
public class E136_WindowNtile : ExampleBase
Inheritance
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)