mu
t
able
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
src
storage
Store.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <
mutable/storage/Store.hpp
>
4
5
#include "
storage/ColumnStore.hpp
"
6
#include "
storage/PaxStore.hpp
"
7
#include "
storage/RowStore.hpp
"
8
9
10
namespace
m
{
11
12
/* X macro for the internal `Store` implementations. */
13
#define M_STORE_LIST(X) \
14
X(ColumnStore) \
15
X(PaxStore) \
16
X(RowStore)
17
18
}
ColumnStore.hpp
PaxStore.hpp
RowStore.hpp
Store.hpp
m
‍mutable namespace
Definition:
Backend.hpp:10
mu
t
able website
GitHub
Generated by
1.9.6