Meta-data stored for every column of an ntuple.
Definition at line 108 of file RNTupleDescriptor.hxx.
|
static constexpr std::uint16_t | kFrameVersionCurrent = 0 |
| In order to handle changes to the serialization routine in future ntuple versions.
|
|
static constexpr std::uint16_t | kFrameVersionMin = 0 |
|
#include <ROOT/RNTupleDescriptor.hxx>
◆ RColumnDescriptor() [1/3]
ROOT::Experimental::RColumnDescriptor::RColumnDescriptor |
( |
| ) |
|
|
default |
◆ RColumnDescriptor() [2/3]
ROOT::Experimental::RColumnDescriptor::RColumnDescriptor |
( |
const RColumnDescriptor & |
other | ) |
|
|
delete |
◆ RColumnDescriptor() [3/3]
ROOT::Experimental::RColumnDescriptor::RColumnDescriptor |
( |
RColumnDescriptor && |
other | ) |
|
|
default |
◆ GetFieldId()
DescriptorId_t ROOT::Experimental::RColumnDescriptor::GetFieldId |
( |
| ) |
const |
|
inline |
◆ GetId()
◆ GetIndex()
std::uint32_t ROOT::Experimental::RColumnDescriptor::GetIndex |
( |
| ) |
const |
|
inline |
◆ GetModel()
RColumnModel ROOT::Experimental::RColumnDescriptor::GetModel |
( |
| ) |
const |
|
inline |
◆ GetVersion()
RNTupleVersion ROOT::Experimental::RColumnDescriptor::GetVersion |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
◆ RNTupleDescriptorBuilder
◆ fColumnId
◆ fFieldId
◆ fIndex
std::uint32_t ROOT::Experimental::RColumnDescriptor::fIndex |
|
private |
A field can be serialized into several columns, which are numbered from zero to $n$.
Definition at line 120 of file RNTupleDescriptor.hxx.
◆ fModel
◆ fVersion
◆ kFrameVersionCurrent
constexpr std::uint16_t ROOT::Experimental::RColumnDescriptor::kFrameVersionCurrent = 0 |
|
staticconstexpr |
In order to handle changes to the serialization routine in future ntuple versions.
Definition at line 124 of file RNTupleDescriptor.hxx.
◆ kFrameVersionMin
constexpr std::uint16_t ROOT::Experimental::RColumnDescriptor::kFrameVersionMin = 0 |
|
staticconstexpr |
The documentation for this class was generated from the following files: