Fold over a chunk of rows, calling the supplied fold-like function on
each row as it is received. In case the cursor is exhausted, a
Left value is returned, otherwise a Right value is
returned.
Fold over a chunk of rows from the given cursor, calling the supplied
fold-like function on each row as it is received. In case the cursor
is exhausted, a Left value is returned, otherwise a
Right value is returned.