WindowSpec constructor
WindowSpec({
- List<
Expr> partitionBy = const [], - List<
WindowOrderItem> orderBy = const [], - WindowFrame? frame,
- String? baseName,
Implementation
WindowSpec({
this.partitionBy = const [],
this.orderBy = const [],
this.frame,
this.baseName,
});