stream method

Stream<(A, B, C, D, E, F, G, H)> stream()

Query the database for rows in this Query as a Stream.

Implementation

Stream<(A, B, C, D, E, F, G, H)> stream() => _query.stream();