OmniSciDB
a667adc9c8
|
#include <cstdio>
#include <cstring>
#include <mutex>
#include <set>
#include <vector>
#include "../../Shared/types.h"
#include "Logger/Logger.h"
#include "OSDependent/omnisci_fs.h"
#include "Page.h"
Go to the source code of this file.
Classes | |
struct | File_Namespace::FileInfo |
Namespaces | |
File_Namespace | |
Variables | |
bool | g_read_only |
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 |