RNTupleLocator payload that is common for object stores using 64bit location information.
This might not contain the full location of the content. In particular, for page locators this information may be used in conjunction with the cluster and column ID.
Definition at line 194 of file RNTupleUtil.hxx.
Public Member Functions | |
RNTupleLocatorObject64 ()=default | |
RNTupleLocatorObject64 (std::uint64_t location) | |
std::uint64_t | GetLocation () const |
bool | operator== (const RNTupleLocatorObject64 &other) const |
Private Attributes | |
std::uint64_t | fLocation = 0 |
#include <ROOT/RNTupleUtil.hxx>
|
default |
|
inlineexplicit |
Definition at line 200 of file RNTupleUtil.hxx.
|
inline |
Definition at line 202 of file RNTupleUtil.hxx.
|
inline |
Definition at line 201 of file RNTupleUtil.hxx.
|
private |
Definition at line 196 of file RNTupleUtil.hxx.