refactored
This commit is contained in:
4
storage/src/bpt.cpp
Normal file
4
storage/src/bpt.cpp
Normal 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;
|
Reference in New Issue
Block a user