|
Column Store
|
Data storage structures. More...
#include <any>#include <iostream>#include <memory>#include <string>#include <unordered_map>#include <vector>#include "../Fort/fort.hpp"#include "Column.h"

Go to the source code of this file.
Classes | |
| class | ColumnStore::DataValue |
| Implementation of a single data element. More... | |
| struct | ColumnStore::DataRecord |
| Stores a row of data. More... | |
| class | ColumnStore::DataRecordMetadata |
| Stores metadata information of the data record. More... | |
Namespaces | |
| ColumnStore | |
Typedefs | |
| typedef std::shared_ptr< DataRecordMetadata > | ColumnStore::Metadata |
| Shared pointer to DataRecordMetadata. More... | |
Data storage structures.
1.8.18