gStore/KVstore/Tree.h

6 lines
127 B
C
Raw Normal View History

//headers wrapper for all kinds of BPlusTree
#include "IVTree/IVTree.h"
2017-01-16 14:12:57 +08:00
#include "ISTree/ISTree.h"
#include "SITree/SITree.h"