OmniSciDB
a5dc49c757
|
#include <cstdio>
#include <cstring>
#include <mutex>
#include <set>
#include <vector>
#include "../../Shared/types.h"
#include "Logger/Logger.h"
#include "OSDependent/heavyai_fs.h"
#include "Page.h"
Go to the source code of this file.
Classes | |
struct | File_Namespace::FileInfo |
Namespaces | |
File_Namespace | |
Functions | |
bool | File_Namespace::is_page_deleted_with_checkpoint (int32_t table_epoch, int32_t page_epoch, int32_t contingent) |
bool | File_Namespace::is_page_deleted_without_checkpoint (int32_t table_epoch, int32_t page_epoch, int32_t contingent) |
Variables | |
constexpr int32_t | File_Namespace::DELETE_CONTINGENT = -1 |
A FileInfo type has a file pointer and metadata about a file. More... | |
constexpr int32_t | File_Namespace::ROLLOFF_CONTINGENT = -2 |