OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FileInfo.h File Reference
#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"
+ Include dependency graph for FileInfo.h:
+ This graph shows which files directly or indirectly include this file:

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