Type Definition tikv::storage::mvcc::DeltaScanner[][src]

type DeltaScanner<S> = ForwardScanner<S, DeltaEntryPolicy>;

This scanner scans all entries whose commit_ts (or locks’ start_ts) is in range (from_ts, cfg.ts].