stream method

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

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

Implementation

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