Class E137_WindowFirstLast

Assembly: redb.Examples.dll

Window functions FIRST_VALUE/LAST_VALUE.
Get first and last salary in partition for comparison.

[ExampleMeta("E137", "Window - FirstValue/LastValue", "Analytics", ExampleTier.Free, 137, new string[] { "Window", "FirstValue", "LastValue" }, RelatedApis = new string[] { "Win.FirstValue", "Win.LastValue" })]
public class E137_WindowFirstLast : ExampleBase

Inheritance

ObjectExampleBaseE137_WindowFirstLast

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)