OmniSciDB
a5dc49c757
|
This file contains the declaration and definition of a Page type and a MultiPage type. More...
#include "Logger/Logger.h"
#include <cassert>
#include <deque>
#include <stdexcept>
#include <vector>
#include "../../Shared/types.h"
Go to the source code of this file.
Classes | |
struct | File_Namespace::Page |
A logical page (Page) belongs to a file on disk. More... | |
struct | File_Namespace::EpochedPage |
struct | File_Namespace::MultiPage |
The MultiPage stores versions of the same logical page in a deque. More... | |
struct | File_Namespace::HeaderInfo |
Stores Pair of ChunkKey and Page id and version, in a pair with a Page struct itself (File id and Page num) More... | |
Namespaces | |
File_Namespace | |
This file contains the declaration and definition of a Page type and a MultiPage type.
Definition in file Page.h.