Query the database for rows in this Query as a Stream.
Stream<(A, B, C)> stream() => _query.stream();