partitionBy property
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;