Class E134_WindowLagLead

Assembly: redb.Examples.dll

Window functions LAG/LEAD for previous/next values.
Access previous and next employee salary in sequence.

[ExampleMeta("E134", "Window - Lag/Lead", "Analytics", ExampleTier.Free, 134, new string[] { "Window", "Lag", "Lead", "Previous", "Next" }, RelatedApis = new string[] { "Win.Lag", "Win.Lead" })]
public class E134_WindowLagLead : ExampleBase

Inheritance

ObjectExampleBaseE134_WindowLagLead

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)