Class E133_WindowRunningSum

Assembly: redb.Examples.dll

Window function SUM() OVER for running totals.
Calculates cumulative salary within each department.

[ExampleMeta("E133", "Window - Running Sum", "Analytics", ExampleTier.Free, 133, new string[] { "Window", "Sum", "Running", "Cumulative" }, RelatedApis = new string[] { "IRedbQueryable.WithWindow", "Win.Sum" })]
public class E133_WindowRunningSum : ExampleBase

Inheritance

ObjectExampleBaseE133_WindowRunningSum

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)