mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Store.hpp
Go to the documentation of this file.
1#pragma once
2
4
8
9
10namespace 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}
‍mutable namespace
Definition: Backend.hpp:10