mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Namespaces | Macros
Store.hpp File Reference
#include <mutable/storage/Store.hpp>
#include "storage/ColumnStore.hpp"
#include "storage/PaxStore.hpp"
#include "storage/RowStore.hpp"
Include dependency graph for Store.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  m
 

‍mutable namespace


 

Macros

#define M_STORE_LIST(X)
 

Macro Definition Documentation

◆ M_STORE_LIST

#define M_STORE_LIST (   X)
Value:
X(ColumnStore) \
X(PaxStore) \
X(RowStore)
#define X(Kind)
Definition: Operator.hpp:621

Definition at line 13 of file Store.hpp.