stream method

Stream<(A, B, C)> stream()

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

Implementation

Stream<(A, B, C)> stream() => _query.stream();