Column Store
|
Column Metadata and Type information. More...
#include <string>
#include "assert.h"
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... | |
Column Metadata and Type information.