Column Store
Classes | Namespaces | Enumerations
Column.h File Reference

Column Metadata and Type information. More...

#include <string>
#include "assert.h"
Include dependency graph for Column.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ColumnStore::Column
 Struct which maintains metadata of a single column. More...
 

Namespaces

 ColumnStore
 

Enumerations

enum  ColumnStore::DataType { ColumnStore::DataType::INT, ColumnStore::DataType::FLOAT, ColumnStore::DataType::STRING }
 Different datatypes supported by this project. More...
 

Detailed Description

Column Metadata and Type information.