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 160 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>
|
inline |
Definition at line 165 of file RNTupleDescriptor.hxx.
std::uint32_t ROOT::Experimental::RClusterDescriptor::RLocator::fBytesOnStorage = 0 |
Definition at line 162 of file RNTupleDescriptor.hxx.
std::int64_t ROOT::Experimental::RClusterDescriptor::RLocator::fPosition = 0 |
Definition at line 161 of file RNTupleDescriptor.hxx.
std::string ROOT::Experimental::RClusterDescriptor::RLocator::fUrl |
Definition at line 163 of file RNTupleDescriptor.hxx.