aggOrderBy property
Optional ORDER BY ... inside an aggregate call (SQL standard,
SQLite ≥ 3.44). Currently honored by GROUP_CONCAT / STRING_AGG /
LISTAGG / JSON_GROUP_ARRAY / JSON_GROUP_OBJECT.
Implementation
final List<WindowOrderItem>? aggOrderBy;