OmniSciDB
a5dc49c757
|
#include "ParquetDataWrapper.h"
#include <queue>
#include <arrow/filesystem/localfs.h>
#include <boost/filesystem.hpp>
#include "Catalog/Catalog.h"
#include "ForeignStorageException.h"
#include "FsiChunkUtils.h"
#include "LazyParquetChunkLoader.h"
#include "ParquetShared.h"
#include "Shared/JsonUtils.h"
#include "Shared/SysDefinitions.h"
#include "Shared/file_path_util.h"
#include "Shared/misc.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) |