Class E147_WindowPartitionByRedb

Assembly: redb.Examples.dll

PartitionByRedb in Window Functions - partition by base IRedbObject field.
SQL: PARTITION BY o._id_scheme (NO JOIN for partition key!)

[ExampleMeta("E147", "Window - PartitionByRedb", "Analytics", ExampleTier.Free, 147, new string[] { "PartitionByRedb", "Window", "NoJoin" }, RelatedApis = new string[] { "IWindowBuilder.PartitionByRedb", "Win.RowNumber" })]
public class E147_WindowPartitionByRedb : ExampleBase

Inheritance

ObjectExampleBaseE147_WindowPartitionByRedb

Inherited Members

Methods

RunAsync(IRedbService)

Run the example and return result.

public override Task<ExampleResult> RunAsync(IRedbService redb)