![]() |
ATLAS Offline Software
|
#include <string>#include <typeinfo>#include <vector>Go to the source code of this file.
Classes | |
| struct | columnar::ColumnInfo |
| a struct that contains meta-information about each column that's needed to interface the column with the columnar data store More... | |
Namespaces | |
| namespace | columnar |
Enumerations | |
| enum class | columnar::ColumnAccessMode { columnar::input , columnar::output , columnar::update } |
| an enum for the different access modes for a column More... | |