OmniSciDB
a5dc49c757
|
#include <map>
#include <unordered_set>
#include <vector>
#include "AbstractFileStorageDataWrapper.h"
#include "DataMgr/Chunk/Chunk.h"
#include "DataPreview.h"
#include "ForeignDataWrapper.h"
#include "ForeignTableSchema.h"
#include "ImportExport/Importer.h"
#include "Interval.h"
#include "LazyParquetChunkLoader.h"
Go to the source code of this file.
Classes | |
class | foreign_storage::ParquetDataWrapper |
Namespaces | |
arrow | |
arrow::fs | |
foreign_storage | |
Typedefs | |
using | foreign_storage::FilePathAndRowGroup = std::pair< std::string, int32_t > |