Signed-off-by: Paweł Dziepak <pdziepak@scylladb.com>
This is a wrapper that allows using mutation_reader as key_reader. Useful mostly in tests. Signed-off-by: Paweł Dziepak <pdziepak@scylladb.com>
Combined key reader, just like its mutation equivalents, combines output from multiple key_readers and provides a single sorted stream of decorated keys. Signed-off-by: Paweł Dziepak <pdziepak@scylladb.com>