24 namespace foreign_storage {
26 std::string
node{
"Server"};
38 : database_id(database_id)
41 , total_dictionary_data_file_size(total_dictionary_data_file_size)
42 , storage_stats(storage_stats) {}
55 const std::string& table_name,
56 std::map<std::string, import_export::TypedImportBuffer*>& import_buffers)
override;
void populateChunkBuffersForTable(const std::string &table_name, std::map< std::string, import_export::TypedImportBuffer * > &import_buffers) override
StorageDetails(int32_t database_id, int32_t table_id, int32_t shard_id, int64_t total_dictionary_data_file_size, File_Namespace::StorageStats storage_stats)
File_Namespace::StorageStats storage_stats
This file includes the class specification for the FILE manager (FileMgr), and related data structure...
std::vector< StorageDetails > storage_details_
uint64_t total_dictionary_data_file_size
InternalStorageStatsDataWrapper()
void initializeObjectsForTable(const std::string &table_name) override