|
Column Store
|
#include <fstream>#include <iostream>#include <nlohmann/json.hpp>#include "Parser/SchemaMetaData.h"#include <experimental/filesystem>

Go to the source code of this file.
Classes | |
| class | ColumnStore::Initializer |
Namespaces | |
| ColumnStore | |
Functions | |
| fs::path | ColumnStore::getProjectionPath (std::string column_store_path, std::string projection_name) |
| fs::path | ColumnStore::getMetaDataPath (std::string column_store_path) |
| fs::path | ColumnStore::getSchemaPath (std::string column_store_path) |
| fs::path | ColumnStore::getJoinIndexPath (std::string column_store_path, std::string source_projection_name, Parser::join_index join_index) |
| void | ColumnStore::createFile (fs::path path) |
1.8.18