Query the database for rows in this Query as a List.
Future<List<(A, B)>> fetch() async => await stream().toList();