|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <execution_plan.hpp>
Public Attributes | |
| ExecutionMode | mode {ExecutionMode::full_recompute} |
| double | incremental_cost {0} |
| double | full_cost {0} |
| double | estimated_work_fraction {1.0} |
| double | confidence {0.0} |
| std::string | reason |
Definition at line 21 of file execution_plan.hpp.
| double velographx::ExecutionPlan::confidence {0.0} |
Definition at line 26 of file execution_plan.hpp.
Referenced by velographx::explain().
| double velographx::ExecutionPlan::estimated_work_fraction {1.0} |
Definition at line 25 of file execution_plan.hpp.
Referenced by velographx::explain().
| double velographx::ExecutionPlan::full_cost {0} |
Definition at line 24 of file execution_plan.hpp.
Referenced by velographx::explain().
| double velographx::ExecutionPlan::incremental_cost {0} |
Definition at line 23 of file execution_plan.hpp.
Referenced by velographx::explain().
| ExecutionMode velographx::ExecutionPlan::mode {ExecutionMode::full_recompute} |
Definition at line 22 of file execution_plan.hpp.
Referenced by velographx::explain().
| std::string velographx::ExecutionPlan::reason |
Definition at line 27 of file execution_plan.hpp.
Referenced by velographx::explain().