![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <HeuristicSearchPlanEnumerator.hpp>
Public Types | |
using | state_type = State |
Public Member Functions | |
zero (PlanTable &, const QueryGraph &, const AdjacencyMatrix &, const CostFunction &, const CardinalityEstimator &) | |
double | operator() (const state_type &, PlanTable &, const QueryGraph &, const AdjacencyMatrix &, const CostFunction &, const CardinalityEstimator &) const |
Static Public Attributes | |
static constexpr bool | is_admissible = true |
Definition at line 1705 of file HeuristicSearchPlanEnumerator.hpp.
using m::pe::hs::heuristics::zero< PlanTable, State, Expand >::state_type = State |
Definition at line 1707 of file HeuristicSearchPlanEnumerator.hpp.
|
inline |
Definition at line 1711 of file HeuristicSearchPlanEnumerator.hpp.
|
inline |
Definition at line 1714 of file HeuristicSearchPlanEnumerator.hpp.
|
staticconstexpr |
Definition at line 1709 of file HeuristicSearchPlanEnumerator.hpp.