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 181 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 187 of file RNTupleUtil.hxx.
|
inline |
Definition at line 189 of file RNTupleUtil.hxx.
|
inline |
Definition at line 188 of file RNTupleUtil.hxx.
|
private |
Definition at line 183 of file RNTupleUtil.hxx.