OmniSciDB
a5dc49c757
|
#include "CachingForeignStorageMgr.h"
#include <boost/filesystem.hpp>
#include "Catalog/Catalog.h"
#include "Catalog/ForeignTable.h"
#include "DataMgr/ForeignStorage/FsiChunkUtils.h"
#include "ForeignStorageException.h"
#include "ForeignTableSchema.h"
#include "Shared/distributed.h"
#include "Shared/misc.h"
Go to the source code of this file.
Classes | |
class | foreign_storage::anonymous_namespace{CachingForeignStorageMgr.cpp}::RestoreDataWrapperException |
Namespaces | |
foreign_storage | |
foreign_storage::anonymous_namespace{CachingForeignStorageMgr.cpp} | |
Functions | |
bool | foreign_storage::anonymous_namespace{CachingForeignStorageMgr.cpp}::is_in_memory_system_table_chunk_key (const ChunkKey &chunk_key) |
Variables | |
constexpr int64_t | foreign_storage::anonymous_namespace{CachingForeignStorageMgr.cpp}::MAX_REFRESH_TIME_IN_SECONDS = 60 * 60 |