partitionBy property

List<Expression<Object>>? partitionBy
final

Optional list of expressions to partition the rows by.

When specified, the window function calculations are performed separately for each distinct combination of the partition values.

Implementation

final List<Expression>? partitionBy;