Logo ROOT  
Reference Guide
ROOT::Experimental::RClusterDescriptor::RLocator Struct Reference

Generic information about the physical location of data.

Values depend on the concrete storage type. E.g., for a local file fUrl might be unsused and fPosition might be a file offset. Objects on storage can be compressed and therefore we need to store their actual size.

Definition at line 153 of file RNTupleDescriptor.hxx.

Public Member Functions

bool operator== (const RLocator &other) const
 

Public Attributes

std::uint32_t fBytesOnStorage = 0
 
std::int64_t fPosition = 0
 
std::string fUrl
 

#include <ROOT/RNTupleDescriptor.hxx>

Member Function Documentation

◆ operator==()

bool ROOT::Experimental::RClusterDescriptor::RLocator::operator== ( const RLocator other) const
inline

Definition at line 158 of file RNTupleDescriptor.hxx.

Member Data Documentation

◆ fBytesOnStorage

std::uint32_t ROOT::Experimental::RClusterDescriptor::RLocator::fBytesOnStorage = 0

Definition at line 155 of file RNTupleDescriptor.hxx.

◆ fPosition

std::int64_t ROOT::Experimental::RClusterDescriptor::RLocator::fPosition = 0

Definition at line 154 of file RNTupleDescriptor.hxx.

◆ fUrl

std::string ROOT::Experimental::RClusterDescriptor::RLocator::fUrl

Definition at line 156 of file RNTupleDescriptor.hxx.

Collaboration diagram for ROOT::Experimental::RClusterDescriptor::RLocator:
[legend]

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