OmniSciDB
a667adc9c8
|
#include "ParquetDataWrapper.h"
#include <queue>
#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 "MetadataPlaceholder.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 | |
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) |