OmniSciDB
0264ff685a
|
#include "ForeignStorageMgr.h"
#include "Catalog/ForeignTable.h"
#include "CsvDataWrapper.h"
#include "ForeignStorageException.h"
#include "ForeignTableSchema.h"
#include "ParquetDataWrapper.h"
Go to the source code of this file.
Namespaces | |
foreign_storage | |
Functions | |
std::set< ChunkKey > | foreign_storage::get_keys_set_from_table (const ChunkKey &destination_chunk_key) |
std::vector< ChunkKey > | foreign_storage::get_keys_vec_from_table (const ChunkKey &destination_chunk_key) |
Variables | |
bool | g_enable_s3_fsi |
bool g_enable_s3_fsi |
Definition at line 25 of file ForeignTable.cpp.