Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sstable: implement Writer.DeleteRange using RawWriter.EncodeSpan
Refactor Writer.DeleteRange to use RawWriter.EncodeSpan instead of directly calling the RawWriter's internal addTombstone method. This is in preparation for multiple RawWriter implementations (for row-based vs column-based blocks).
- Loading branch information