![]() |
mutable
A Database System for Research and Fast Prototyping
|
Helper struct to unite ConditionSet
s and entries of type.
More...
#include <PhysicalPlanTable.hpp>
Public Member Functions | |
condition_entry_t (ConditionSet &&condition, Entry &&entry) | |
condition_entry_t ()=delete | |
condition_entry_t (condition_entry_t &&)=default | |
condition_entry_t & | operator= (condition_entry_t &&)=delete |
Data Fields | |
ConditionSet | condition |
Entry | entry |
Helper struct to unite ConditionSet
s and entries of type.
Entry. |
Definition at line 20 of file PhysicalPlanTable.hpp.
|
inline |
Definition at line 25 of file PhysicalPlanTable.hpp.
|
delete |
|
default |
|
delete |
ConditionSet m::detail::condition_entry_t< Entry >::condition |
Definition at line 22 of file PhysicalPlanTable.hpp.
Entry m::detail::condition_entry_t< Entry >::entry |
Definition at line 23 of file PhysicalPlanTable.hpp.