OmniSciDB
a5dc49c757
|
#include "ForeignTableRefresh.h"
#include "Catalog/Catalog.h"
#include "DataMgr/ForeignStorage/CachingForeignStorageMgr.h"
#include "LockMgr/LockMgr.h"
#include "Shared/distributed.h"
#include "Shared/misc.h"
#include "QueryEngine/Execute.h"
Go to the source code of this file.
Namespaces | |
foreign_storage | |
foreign_storage::anonymous_namespace{ForeignTableRefresh.cpp} | |
Functions | |
void | foreign_storage::anonymous_namespace{ForeignTableRefresh.cpp}::clear_cpu_and_gpu_cache (Data_Namespace::DataMgr &data_mgr, const ChunkKey &key_prefix) |
void | foreign_storage::refresh_foreign_table_unlocked (Catalog_Namespace::Catalog &catalog, const ForeignTable &td, const bool evict_cached_entries) |
void | foreign_storage::refresh_foreign_table (Catalog_Namespace::Catalog &catalog, const std::string &table_name, const bool evict_cached_entries) |