Files
scylladb/test/boost
Kamil Braun 40d8bfa394 sstables: move sstable reader creation functions to sstable_set
Lower level functions such as `create_single_key_sstable_reader`
were made methods of `sstable_set`.

The motivation is that each concrete sstable_set
may decide to use a better sstable reading algorithm specific to the
data structures used by this sstable_set. For this it needs to access
the set's internals.

A nice side effect is that we moved some code out of table.cc
and database.hh which are huge files.
2020-11-19 17:52:39 +01:00
..
2020-11-12 12:36:13 +01:00
2020-11-12 12:36:13 +01:00
2020-09-08 15:59:25 +03:00
2020-11-12 12:36:13 +01:00
2020-08-11 10:37:34 +08:00
2020-11-03 21:30:11 +03:00