4 lines
168 B
C++
4 lines
168 B
C++
#include "storage/bpt.hpp"
|
|
#include "storage/config.h"
|
|
const b_plus_tree_value_index_t kInvalidValueIndex = -1;
|
|
const default_numeric_index_t kInvalidNumericIndex = -1; |