mapRows

abstract fun <T> mapRows(block: (row: RowApi) -> T?): Flow<T?>

Returns a Flow containing the results of applying the given transform function block to each original row of data generated by executing a statement.