The window of element indexes of a particular column in a particular cluster.
Definition at line 249 of file RNTupleDescriptor.hxx.
Public Member Functions | |
RColumnRange ()=default | |
RColumnRange (ROOT::DescriptorId_t physicalColumnId, ROOT::NTupleSize_t firstElementIndex, ROOT::NTupleSize_t nElements, std::optional< std::uint32_t > compressionSettings, bool suppressed=false) | |
bool | Contains (ROOT::NTupleSize_t index) const |
std::optional< std::uint32_t > | GetCompressionSettings () const |
ROOT::NTupleSize_t | GetFirstElementIndex () const |
ROOT::NTupleSize_t | GetNElements () const |
ROOT::DescriptorId_t | GetPhysicalColumnId () const |
void | IncrementFirstElementIndex (ROOT::NTupleSize_t by) |
void | IncrementNElements (ROOT::NTupleSize_t by) |
bool | IsSuppressed () const |
bool | operator== (const RColumnRange &other) const |
void | SetCompressionSettings (std::optional< std::uint32_t > comp) |
void | SetFirstElementIndex (ROOT::NTupleSize_t idx) |
void | SetIsSuppressed (bool suppressed) |
void | SetNElements (ROOT::NTupleSize_t n) |
void | SetPhysicalColumnId (ROOT::DescriptorId_t id) |
Private Attributes | |
std::optional< std::uint32_t > | fCompressionSettings |
The usual format for ROOT compression settings (see Compression.h). | |
ROOT::NTupleSize_t | fFirstElementIndex = ROOT::kInvalidNTupleIndex |
The global index of the first column element in the cluster. | |
bool | fIsSuppressed = false |
Suppressed columns have an empty page range and unknown compression settings. | |
ROOT::NTupleSize_t | fNElements = ROOT::kInvalidNTupleIndex |
The number of column elements in the cluster. | |
ROOT::DescriptorId_t | fPhysicalColumnId = ROOT::kInvalidDescriptorId |
#include <ROOT/RNTupleDescriptor.hxx>
|
default |
|
inline |
Definition at line 270 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 305 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 292 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 284 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 288 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 281 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 286 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 290 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 295 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 298 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 293 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 285 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 296 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 289 of file RNTupleDescriptor.hxx.
|
inline |
Definition at line 282 of file RNTupleDescriptor.hxx.
|
private |
The usual format for ROOT compression settings (see Compression.h).
The pages of a particular column in a particular cluster are all compressed with the same settings. If unset, the compression settings are undefined (deferred columns, suppressed columns).
Definition at line 258 of file RNTupleDescriptor.hxx.
|
private |
The global index of the first column element in the cluster.
Definition at line 252 of file RNTupleDescriptor.hxx.
Suppressed columns have an empty page range and unknown compression settings.
Their element index range, however, is aligned with the corresponding column of the primary column representation (see Section "Suppressed Columns" in the specification)
Definition at line 262 of file RNTupleDescriptor.hxx.
|
private |
The number of column elements in the cluster.
Definition at line 254 of file RNTupleDescriptor.hxx.
|
private |
Definition at line 250 of file RNTupleDescriptor.hxx.