readers: move multishard reader & friends to reader/multishard.cc

Since the multishard reader family weighs more than 1K SLOC, it gets
its own .cc file.
This commit is contained in:
Botond Dénes
2022-03-25 14:53:42 +02:00
parent 3505ef8a49
commit d0ea895671
16 changed files with 1412 additions and 1320 deletions

View File

@@ -57,6 +57,7 @@
#include "utils/fb_utilities.hh"
#include "query-result-writer.hh"
#include "readers/from_fragments_v2.hh"
#include "readers/evictable.hh"
using namespace std::chrono_literals;

View File

@@ -13,6 +13,7 @@
#include "utils/error_injection.hh"
#include "db/view/view_updating_consumer.hh"
#include "sstables/sstables.hh"
#include "readers/evictable.hh"
static logging::logger vug_logger("view_update_generator");