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

Go to the source code of this file.

Data Structures

struct  m::detail::ConcretePhysicalPlanTableIterator< Ref, C >
 
struct  m::ConcretePhysicalPlanTableEntry
 
struct  m::ConcreteCondition2PPTEntryMap
 
struct  m::ConcretePhysicalPlanTable
 

Namespaces

namespace  m
 

‍mutable namespace


 
namespace  m::detail
 

Typedefs

template<bool C>
using m::detail::Condition2PPTEntryMapIterator = ConcretePhysicalPlanTableIterator< false, C >
 
template<bool C>
using m::detail::PhysicalPlanTableEntryChildIterator = ConcretePhysicalPlanTableIterator< true, C >