Type Definition tikv::storage::mvcc::EntryScanner [−][src]
type EntryScanner<S> = ForwardScanner<S, LatestEntryPolicy>;
This scanner is like ForwardKvScanner
but outputs TxnEntry
.
type EntryScanner<S> = ForwardScanner<S, LatestEntryPolicy>;
This scanner is like ForwardKvScanner
but outputs TxnEntry
.