Skip to content

Add a ReadAt method to the snapshot record reader [#3434]

Ethan Reesor requested to merge 3434-read-record-at into main

Closes #3434 (closed). Adds RecordReader.ReadAt which has the same relationship to its Read method as io.ReaderAt.ReadAt does to io.Reader.Read.

Changelog: feature

Merge request reports