![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <mutable/catalog/Schema.hpp>
#include <stdexcept>
#include <typeindex>
#include <unordered_map>
Go to the source code of this file.
Data Structures | |
struct | m::ConditionPropertyMap< Property, Ordered > |
struct | m::ConditionPropertyMap< Property, Ordered >::IdentifierHash |
struct | m::Condition |
struct | m::Unsatisfiable |
struct | m::Sortedness |
struct | m::SIMD |
struct | m::NoSIMD |
struct | m::Predicated |
struct | m::ConditionSet |
Namespaces | |
namespace | m |
| |
Typedefs | |
template<typename Property > | |
using | m::ConditionPropertyUnorderedMap = ConditionPropertyMap< Property, false > |
template<typename Property > | |
using | m::ConditionPropertyOrderedMap = ConditionPropertyMap< Property, true > |