mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Types | Public Member Functions
m::pe::hs::HeuristicSearch Struct Referencefinal

Computes the join order using heuristic search. More...

#include <HeuristicSearchPlanEnumerator.hpp>

Inheritance diagram for m::pe::hs::HeuristicSearch:
[legend]
Collaboration diagram for m::pe::hs::HeuristicSearch:
[legend]

Public Types

using base_type = PlanEnumeratorCRTP< HeuristicSearch >
 
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.
 

Detailed Description

Computes the join order using heuristic search.

Definition at line 2198 of file HeuristicSearchPlanEnumerator.hpp.

Member Typedef Documentation

◆ base_type

Definition at line 2200 of file HeuristicSearchPlanEnumerator.hpp.

◆ Subproblem

Definition at line 28 of file PlanEnumerator.hpp.

Member Function Documentation

◆ operator()() [1/2]

template<typename PlanTable >
void m::pe::PlanEnumerator::operator() ( const QueryGraph G,
const CostFunction CF,
PlanTable &  PT 
) const
inlineinherited

Enumerate subplans and fill plan table.

Definition at line 35 of file PlanEnumerator.hpp.

◆ operator()() [2/2]

template<typename PlanTable >
template void m::pe::hs::HeuristicSearch::operator() ( enumerate_tag  ,
PlanTable &  PT,
const QueryGraph G,
const CostFunction CF 
) const

The documentation for this struct was generated from the following files: