8#ifndef COLUMNAR_INTERFACES_I_COLUMNAR_TOOL_H
9#define COLUMNAR_INTERFACES_I_COLUMNAR_TOOL_H
253 virtual void renameColumn (
const std::string& from,
const std::string& to) = 0;
char data[hepevt_bytes_allocation_ATLAS]
const std::string numberOfEventsName
the name used for the column containing the number of events
std::size_t ColumnarOffsetType
the type used for the size and offsets in the columnar data
constexpr ColumnarOffsetType invalidObjectIndex
the value for an invalid element index
a struct that contains meta-information about each column that's needed to interface the column with ...