Process rows from the reader like Do, but stop after processing n of them. If f returns false before n rows have been process, no more rows will be processed.
(n int, f func(Row) bool)
source not stored for this graph (policy: none)
no test coverage detected