![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <memory>
#include <mutable/backend/Backend.hpp>
#include <mutable/storage/Index.hpp>
#include <mutable/IR/Operator.hpp>
#include <mutable/storage/DataLayoutFactory.hpp>
#include <mutable/util/macro.hpp>
#include <mutable/util/memory.hpp>
#include <unordered_map>
Go to the source code of this file.
Data Structures | |
struct | m::WasmEngine |
A WasmEngine provides an environment to compile and execute WebAssembly modules. More... | |
struct | m::WasmEngine::WasmContext |
A WasmContext holds associated information of a WebAssembly module instance. More... | |
struct | m::WasmBackend |
A Backend to execute a plan on a specific WasmEngine . More... | |
Namespaces | |
namespace | m |
| |