cockroachdb / pebble

RocksDB/LevelDB inspired key-value database in Go
BSD 3-Clause "New" or "Revised" License
4.8k stars 447 forks source link

sstable/rowblk: move Iter, RawIter #3700

Closed jbowens closed 3 months ago

jbowens commented 3 months ago

Move the blockIter and rawBlockIter into the rowblk package.

cockroach-teamcity commented 3 months ago

This change is Reviewable

jbowens commented 3 months ago

TFTR!