OmniSciDB
bf83d84833
|
#include "ParquetDataWrapper.h"
#include <regex>
#include <arrow/filesystem/localfs.h>
#include <boost/filesystem.hpp>
#include "ForeignDataWrapperShared.h"
#include "FsiJsonUtils.h"
#include "ImportExport/Importer.h"
#include "LazyParquetChunkLoader.h"
#include "ParquetShared.h"
#include "Utils/DdlUtils.h"
Go to the source code of this file.
Namespaces | |
foreign_storage | |
foreign_storage::anonymous_namespace{ParquetDataWrapper.cpp} | |
Functions | |
template<typename T > | |
std::pair< typename std::map < ChunkKey, T >::iterator, typename std::map< ChunkKey, T > ::iterator > | foreign_storage::anonymous_namespace{ParquetDataWrapper.cpp}::prefix_range (std::map< ChunkKey, T > &map, const ChunkKey &chunk_key_prefix) |
void | foreign_storage::anonymous_namespace{ParquetDataWrapper.cpp}::reduce_metadata (std::shared_ptr< ChunkMetadata > reduce_to, std::shared_ptr< ChunkMetadata > reduce_from) |
void | foreign_storage::set_value (rapidjson::Value &json_val, const RowGroupInterval &value, rapidjson::Document::AllocatorType &allocator) |
void | foreign_storage::get_value (const rapidjson::Value &json_val, RowGroupInterval &value) |