OmniSciDB
a5dc49c757
|
Stores Pair of ChunkKey and Page id and version, in a pair with a Page struct itself (File id and Page num) More...
#include <Page.h>
Public Member Functions | |
HeaderInfo (const ChunkKey &chunkKey, const int32_t pageId, const int32_t versionEpoch, const Page &page) | |
bool | operator< (const HeaderInfo &other) const |
Public Attributes | |
ChunkKey | chunkKey |
int32_t | pageId |
int32_t | versionEpoch |
Page | page |
Stores Pair of ChunkKey and Page id and version, in a pair with a Page struct itself (File id and Page num)
|
inline |
|
inline |
ChunkKey File_Namespace::HeaderInfo::chunkKey |
Definition at line 144 of file Page.h.
Referenced by operator<().
int32_t File_Namespace::HeaderInfo::pageId |
Definition at line 145 of file Page.h.
Referenced by operator<().
int32_t File_Namespace::HeaderInfo::versionEpoch |
Definition at line 146 of file Page.h.
Referenced by operator<().