Class E138_WindowFrame

Assembly: redb.Examples.dll

Window function with custom frame (sliding window).
Calculate moving average over last N rows.

[ExampleMeta("E138", "Window - Frame (Sliding)", "Analytics", ExampleTier.Free, 138, new string[] { "Window", "Frame", "Sliding", "Moving" }, RelatedApis = new string[] { "WindowBuilder.Frame", "Frame.Rows" })]
public class E138_WindowFrame : ExampleBase

Inheritance

ObjectExampleBaseE138_WindowFrame

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)