mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Enumerations
m::idx Namespace Reference

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...
 

Enumeration Type Documentation

◆ IndexMethod

enum class m::idx::IndexMethod
strong

An enum class that lists all supported index methods.

Enumerator
Array 
Rmi 

Definition at line 23 of file Index.hpp.