mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Namespaces | Typedefs
Condition.hpp File Reference
#include <mutable/catalog/Schema.hpp>
#include <stdexcept>
#include <typeindex>
#include <unordered_map>
Include dependency graph for Condition.hpp:
This graph shows which files directly or indirectly include this file:

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
 

‍mutable namespace


 

Typedefs

template<typename Property >
using m::ConditionPropertyUnorderedMap = ConditionPropertyMap< Property, false >
 
template<typename Property >
using m::ConditionPropertyOrderedMap = ConditionPropertyMap< Property, true >