OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
foreign_storage::anonymous_namespace{CachingForeignStorageMgr.cpp} Namespace Reference

Classes

class  RestoreDataWrapperException
 

Functions

bool is_in_memory_system_table_chunk_key (const ChunkKey &chunk_key)
 

Variables

constexpr int64_t MAX_REFRESH_TIME_IN_SECONDS = 60 * 60
 

Function Documentation

bool foreign_storage::anonymous_namespace{CachingForeignStorageMgr.cpp}::is_in_memory_system_table_chunk_key ( const ChunkKey chunk_key)

Definition at line 78 of file CachingForeignStorageMgr.cpp.

References foreign_storage::get_foreign_table_for_key(), and TableDescriptor::is_in_memory_system_table.

Referenced by foreign_storage::CachingForeignStorageMgr::fetchBuffer(), and foreign_storage::CachingForeignStorageMgr::getChunkMetadataVecForKeyPrefix().

78  {
80 }
bool is_in_memory_system_table
const foreign_storage::ForeignTable & get_foreign_table_for_key(const ChunkKey &key)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

constexpr int64_t foreign_storage::anonymous_namespace{CachingForeignStorageMgr.cpp}::MAX_REFRESH_TIME_IN_SECONDS = 60 * 60