Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Internal::RPageStorage::RSealedPageGroup Struct Reference

A range of sealed pages referring to the same column that can be used for vector commit.

Definition at line 132 of file RPageStorage.hxx.

Public Member Functions

 RSealedPageGroup ()=default
 RSealedPageGroup (ROOT::DescriptorId_t d, SealedPageSequence_t::const_iterator b, SealedPageSequence_t::const_iterator e)

Public Attributes

SealedPageSequence_t::const_iterator fFirst
SealedPageSequence_t::const_iterator fLast
ROOT::DescriptorId_t fPhysicalColumnId

#include <ROOT/RPageStorage.hxx>

Constructor & Destructor Documentation

◆ RSealedPageGroup() [1/2]

ROOT::Internal::RPageStorage::RSealedPageGroup::RSealedPageGroup ( )
default

◆ RSealedPageGroup() [2/2]

ROOT::Internal::RPageStorage::RSealedPageGroup::RSealedPageGroup ( ROOT::DescriptorId_t d,
SealedPageSequence_t::const_iterator b,
SealedPageSequence_t::const_iterator e )
inline

Definition at line 138 of file RPageStorage.hxx.

Member Data Documentation

◆ fFirst

SealedPageSequence_t::const_iterator ROOT::Internal::RPageStorage::RSealedPageGroup::fFirst

Definition at line 134 of file RPageStorage.hxx.

◆ fLast

SealedPageSequence_t::const_iterator ROOT::Internal::RPageStorage::RSealedPageGroup::fLast

Definition at line 135 of file RPageStorage.hxx.

◆ fPhysicalColumnId

ROOT::DescriptorId_t ROOT::Internal::RPageStorage::RSealedPageGroup::fPhysicalColumnId

Definition at line 133 of file RPageStorage.hxx.


The documentation for this struct was generated from the following file: