refactored

This commit is contained in:
2024-05-01 04:12:05 +00:00
parent 6c20530cc8
commit ec920f7255
37 changed files with 79 additions and 57 deletions

4
storage/src/bpt.cpp Normal file
View File

@ -0,0 +1,4 @@
#include "storage/bpt.hpp"
#include "storage/config.h"
const b_plus_tree_value_index_t kInvalidValueIndex = -1;
const default_numeric_index_t kInvalidNumericIndex = -1;