Class E133_WindowRunningSum
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
Inherited Members
Methods
RunAsync(IRedbService)
Run the example and return result.
public override Task<ExampleResult> RunAsync(IRedbService redb)