Files
BH-TicketSystem/storage/src/bpt.cpp
2024-05-01 04:12:05 +00:00

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;