asRows

fun Flow<Result>.asRows(): Flow<Row>

Extension function for Flow that emits the rows retrieved by a query.

Return

A Flow emitting the rows for each Result.