8#ifndef COLUMNAR_CORE_COLUMN_INFO_HELPERS_H
9#define COLUMNAR_CORE_COLUMN_INFO_HELPERS_H
uint32_t sgkey_t
Type used for hashed StoreGate key+CLID pairs.
void mergeColumnInfo(ColumnInfo &target, const ColumnInfo &source)
void addColumnAccessMode(ColumnInfo &info, ColumnAccessMode accessMode)
ColumnAccessMode
an enum for the different access modes for a column
SG::sgkey_t computeSgKey(const std::string &name, std::uint32_t clid)
compute the StoreGate hashed key for a container
a struct that contains meta-information about each column that's needed to interface the column with ...