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 198 of file RNTupleTypes.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/RNTupleTypes.hxx>
|
default |
|
inlineexplicit |
Definition at line 204 of file RNTupleTypes.hxx.
|
inline |
Definition at line 206 of file RNTupleTypes.hxx.
|
inline |
Definition at line 205 of file RNTupleTypes.hxx.
|
private |
Definition at line 200 of file RNTupleTypes.hxx.