Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Experimental::Internal::ROnDiskPage::Key Struct Reference

On-disk pages within a page source are identified by the column and page number.

The key is used for associative collections of on-disk pages.

Definition at line 52 of file RCluster.hxx.

Public Member Functions

 Key (DescriptorId_t columnId, std::uint64_t pageNo)
 

Public Attributes

std::uint64_t fPageNo
 
DescriptorId_t fPhysicalColumnId
 

Friends

bool operator== (const Key &lhs, const Key &rhs)
 

#include <ROOT/RCluster.hxx>

Constructor & Destructor Documentation

◆ Key()

ROOT::Experimental::Internal::ROnDiskPage::Key::Key ( DescriptorId_t  columnId,
std::uint64_t  pageNo 
)
inline

Definition at line 55 of file RCluster.hxx.

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const Key lhs,
const Key rhs 
)
friend

Definition at line 56 of file RCluster.hxx.

Member Data Documentation

◆ fPageNo

std::uint64_t ROOT::Experimental::Internal::ROnDiskPage::Key::fPageNo

Definition at line 54 of file RCluster.hxx.

◆ fPhysicalColumnId

DescriptorId_t ROOT::Experimental::Internal::ROnDiskPage::Key::fPhysicalColumnId

Definition at line 53 of file RCluster.hxx.

Collaboration diagram for ROOT::Experimental::Internal::ROnDiskPage::Key:
[legend]

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