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 51 of file RCluster.hxx.
Public Member Functions | |
| Key (ROOT::DescriptorId_t columnId, std::uint64_t pageNo) | |
Public Attributes | |
| std::uint64_t | fPageNo | 
| ROOT::DescriptorId_t | fPhysicalColumnId | 
Friends | |
| bool | operator== (const Key &lhs, const Key &rhs) | 
#include <ROOT/RCluster.hxx>
      
  | 
  inline | 
Definition at line 54 of file RCluster.hxx.
Definition at line 55 of file RCluster.hxx.
| std::uint64_t ROOT::Internal::ROnDiskPage::Key::fPageNo | 
Definition at line 53 of file RCluster.hxx.
| ROOT::DescriptorId_t ROOT::Internal::ROnDiskPage::Key::fPhysicalColumnId | 
Definition at line 52 of file RCluster.hxx.