OmniSciDB
a5dc49c757
|
#include <InternalStorageStatsDataWrapper.h>
Public Member Functions | |
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) | |
Public Attributes | |
std::string | node {"Server"} |
int32_t | database_id |
int32_t | table_id |
int32_t | shard_id |
uint64_t | total_dictionary_data_file_size |
File_Namespace::StorageStats | storage_stats |
Definition at line 25 of file InternalStorageStatsDataWrapper.h.
|
inline |
Definition at line 33 of file InternalStorageStatsDataWrapper.h.
int32_t foreign_storage::StorageDetails::database_id |
Definition at line 27 of file InternalStorageStatsDataWrapper.h.
std::string foreign_storage::StorageDetails::node {"Server"} |
Definition at line 26 of file InternalStorageStatsDataWrapper.h.
int32_t foreign_storage::StorageDetails::shard_id |
Definition at line 29 of file InternalStorageStatsDataWrapper.h.
File_Namespace::StorageStats foreign_storage::StorageDetails::storage_stats |
Definition at line 31 of file InternalStorageStatsDataWrapper.h.
int32_t foreign_storage::StorageDetails::table_id |
Definition at line 28 of file InternalStorageStatsDataWrapper.h.
Referenced by heavydb.thrift.ttypes.TPixelTableRowResult::read(), heavydb.thrift.ttypes.TTableMeta::read(), heavydb.thrift.ttypes.TColumnRange::read(), heavydb.thrift.ttypes.TTableGeneration::read(), heavydb.thrift.ttypes.TTableCacheStatus::read(), heavydb.thrift.ttypes.TInsertData::read(), heavydb.thrift.ttypes.TInsertChunks::read(), heavydb.thrift.ttypes.TTableEpochInfo::read(), heavydb.thrift.Heavy.set_table_epoch_args::read(), heavydb.thrift.Heavy.get_table_epoch_args::read(), heavydb.thrift.Heavy.get_table_epochs_args::read(), heavydb.thrift.Heavy.check_table_consistency_args::read(), heavydb.thrift.Heavy.checkpoint_args::read(), heavydb.thrift.ttypes.TPixelTableRowResult::write(), heavydb.thrift.ttypes.TTableMeta::write(), heavydb.thrift.ttypes.TColumnRange::write(), heavydb.thrift.ttypes.TTableGeneration::write(), heavydb.thrift.ttypes.TTableCacheStatus::write(), heavydb.thrift.ttypes.TInsertData::write(), heavydb.thrift.ttypes.TInsertChunks::write(), heavydb.thrift.ttypes.TTableEpochInfo::write(), heavydb.thrift.Heavy.set_table_epoch_args::write(), heavydb.thrift.Heavy.get_table_epoch_args::write(), heavydb.thrift.Heavy.get_table_epochs_args::write(), heavydb.thrift.Heavy.check_table_consistency_args::write(), and heavydb.thrift.Heavy.checkpoint_args::write().
uint64_t foreign_storage::StorageDetails::total_dictionary_data_file_size |
Definition at line 30 of file InternalStorageStatsDataWrapper.h.