Column Store
Classes | Namespaces | Typedefs
DataRecord.h File Reference

Data storage structures. More...

#include <any>
#include <iostream>
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include "../Fort/fort.hpp"
#include "Column.h"
Include dependency graph for DataRecord.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Data storage structures.