tinySQL  0.1
A self-contained database management system
Classes | Macros | Functions
record_manager.h File Reference
#include <cstdio>
#include <iostream>
#include <string>
#include <vector>
#include <sstream>
#include "share/data_t.h"
#include "share/config.h"
#include "index/Index.h"
#include "catalog/catalog.h"
#include "share/err_type.h"
#include "buffer/buffer_manager.h"
#include "share/singleton.h"
Include dependency graph for record_manager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  record_page
 Page storage details of tables. Never explicit initialize. More...
 
class  RecordManager
 The class manages the table's data. More...
 

Macros

#define INF   1000000
 

Functions

std::vector< Index_t > Union (const std::vector< Index_t > &a, const std::vector< Index_t > &b)
 

Detailed Description

Author
lmz (31901.nosp@m.0472.nosp@m.4@zju.nosp@m..edu.nosp@m..cn)
Version
0.1
Date
2022-05-23

Definition in file record_manager.h.