forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
engine: Port MVCCScanner to Go, implement MVCCScan for pebble
This change ports the MVCC Scanner from libroach to go, for use with Pebble's iterators. One half of the work involved in cockroachdb#39674. Also updates pebbleIterator to call it in pebbleIterator.MVCC*. Release note: None
- Loading branch information
Showing
3 changed files
with
758 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.