mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 11:30:36 +00:00
Since this reader is also heavily used by tests to compose a specific workload for readers above it, we just add a v2 variant, instead of changing the existing v1 one. The v2 variant was written from scratch to have built-in support for reading in reverse. It is built-on `mutation::consume()` to avoid duplicating the logic of consuming the contents of the mutation. A v2 native unit test is also added.
85 KiB
85 KiB