![]() |
mutable
A Database System for Research and Fast Prototyping
|
Data Structures | |
struct | ArrayIndex |
A simple index based on a sorted array that maps keys to their tuple_id . More... | |
struct | IndexBase |
The base class for indexes. More... | |
struct | RecursiveModelIndex |
A recursive model index with two layers consiting only of linear monels that maps keys to their tuple_id . More... | |
Enumerations | |
enum class | IndexMethod { Array , Rmi } |
An enum class that lists all supported index methods. More... | |
|
strong |