|
| template<typename PlanTable > |
| void | PlanGen (const QueryGraph &G, const AdjacencyMatrix &M, const CostFunction &CF, const CardinalityEstimator &CE, PlanTable &PT, Subproblem S) const |
| |
| 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 597 of file PlanEnumerator.cpp.
◆ base_type
◆ Subproblem
◆ operator()() [1/2]
template<typename PlanTable >
| void m::pe::PlanEnumerator::operator() |
( |
const QueryGraph & |
G, |
|
|
const CostFunction & |
CF, |
|
|
PlanTable & |
PT |
|
) |
| const |
|
inlineinherited |
◆ operator()() [2/2]
template<typename PlanTable >
◆ PlanGen()
template<typename PlanTable >
The documentation for this struct was generated from the following file: