# File lib/taps/data_stream.rb, line 70
  def increment(row_count)
    state[:offset] += row_count
  end