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-10-16 15:24:01 +03:00
2020-11-09 16:32:54 +01:00
2019-10-25 12:04:44 +02:00
2020-11-19 17:52:39 +01:00
2020-11-11 14:20:23 +02:00
2020-02-10 20:54:32 +03:00
2020-11-12 12:36:16 +01:00
2020-11-12 12:36:16 +01:00
2019-04-02 19:08:25 +03:00
2020-04-15 12:20:30 +02:00
2020-09-29 13:25:41 +03:00
2019-02-14 14:52:51 +02:00
2020-08-15 20:26:02 +03:00
2020-03-23 09:29:45 +02:00
2020-08-26 20:44:11 +03:00
2020-03-10 12:51:02 +02:00
2018-12-10 21:22:56 +02:00
2020-03-05 16:09:44 +01:00
2020-08-26 20:44:11 +03:00
2017-06-13 09:57:14 +03:00
2020-02-04 21:15:44 -08:00
2020-03-03 11:34:00 +01:00
2020-07-03 10:27:23 +02:00
2020-03-23 09:29:45 +02:00
2020-08-17 16:44:14 +02:00
2020-02-12 16:44:12 +03:00
2018-11-26 18:49:08 +01:00
2020-03-15 10:25:20 +01:00
2020-11-17 00:01:13 +02:00
2020-10-15 20:48:29 +02:00
2020-11-17 16:53:20 +01:00
2020-10-06 08:22:56 +03:00
2020-08-16 14:41:09 +03:00
2020-06-26 20:26:15 +03:00
2020-08-10 18:53:04 +03:00
2020-08-10 18:53:04 +03:00
2020-11-17 00:01:13 +02:00
2020-11-17 00:01:13 +02:00
2020-04-05 12:46:04 +03:00
2020-11-11 14:20:23 +02:00
2020-08-19 13:08:12 +03:00
2018-12-19 22:38:29 +00:00
2020-03-23 09:29:45 +02:00