Column Store
|
Struct which maintains metadata of a single column. More...
#include <Column.h>
Public Member Functions | |
Column (std::string name, DataType type, int index=-1) | |
operator DataType () const | |
Column () | |
Public Attributes | |
std::string | name |
name of the column More... | |
DataType | type |
data type of the column More... | |
int | index |
Index of the column in the data record. More... | |
Struct which maintains metadata of a single column.
|
inline |
|
inline |
|
inline |
int ColumnStore::Column::index |
Index of the column in the data record.
Index is used to retrieve column value from record
std::string ColumnStore::Column::name |
name of the column
DataType ColumnStore::Column::type |
data type of the column