![]() |
mutable
A Database System for Research and Fast Prototyping
|
Public Types | |
using | base_type = PlanEnumeratorCRTP< TDMinCutAGaT > |
using | Subproblem = QueryGraph::Subproblem |
Public Member Functions | |
template<typename PlanTable > | |
void | operator() (enumerate_tag, PlanTable &PT, const QueryGraph &G, const CostFunction &CF) const |
template<typename PlanTable > | |
void | operator() (const QueryGraph &G, const CostFunction &CF, PlanTable &PT) const |
Enumerate subplans and fill plan table. | |
Definition at line 643 of file PlanEnumerator.cpp.
Definition at line 645 of file PlanEnumerator.cpp.
|
inherited |
Definition at line 28 of file PlanEnumerator.hpp.
|
inlineinherited |
Enumerate subplans and fill plan table.
Definition at line 35 of file PlanEnumerator.hpp.
|
inline |
Definition at line 649 of file PlanEnumerator.cpp.
References m::QueryGraph::adjacency_matrix(), m::SmallBitset::All(), m::Database::cardinality_estimator(), m::Catalog::Get(), m::Catalog::get_database_in_use(), M_insist, m::QueryGraph::num_sources(), and m::MinCutAGaT::partition().