OmniSciDB
a5dc49c757
|
#include <shared_mutex>
#include "DataMgr/AbstractBufferMgr.h"
#include "ForeignDataWrapper.h"
#include "Shared/heavyai_shared_mutex.h"
Go to the source code of this file.
Classes | |
class | PostEvictionRefreshException |
class | foreign_storage::ChunkSizeValidator |
class | foreign_storage::MockForeignDataWrapper |
class | foreign_storage::ForeignStorageMgr |
Namespaces | |
Catalog_Namespace | |
foreign_storage | |
Functions | |
bool | foreign_storage::is_append_table_chunk_key (const ChunkKey &chunk_key) |
bool | foreign_storage::set_comp (const ChunkKey &left, const ChunkKey &right) |
std::vector< ChunkKey > | foreign_storage::get_column_key_vec (const ChunkKey &destination_chunk_key) |
std::set< ChunkKey > | foreign_storage::get_column_key_set (const ChunkKey &destination_chunk_key) |
size_t | foreign_storage::get_max_chunk_size (const ChunkKey &key) |
bool | foreign_storage::contains_fragment_key (const std::set< ChunkKey > &key_set, const ChunkKey &target_key) |
bool | foreign_storage::is_table_enabled_on_node (const ChunkKey &key) |