OmniSciDB
a5dc49c757
|
#include "DataMgr/AbstractBuffer.h"
#include "DataMgr/FileMgr/Page.h"
#include <iostream>
#include <stdexcept>
#include "Logger/Logger.h"
Go to the source code of this file.
Classes | |
class | File_Namespace::FileBuffer |
Represents/provides access to contiguous data stored in the file system. More... | |
Namespaces | |
File_Namespace | |
Macros | |
#define | NUM_METADATA 10 |
#define | METADATA_VERSION 0 |
#define METADATA_VERSION 0 |
Definition at line 36 of file FileBuffer.h.
Referenced by File_Namespace::FileBuffer::readMetadata(), and File_Namespace::FileBuffer::writeMetadata().
#define NUM_METADATA 10 |
Definition at line 35 of file FileBuffer.h.
Referenced by File_Namespace::FileBuffer::readMetadata(), and File_Namespace::FileBuffer::writeMetadata().