|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <algorithm>#include <cstddef>#include <string>Go to the source code of this file.
Classes | |
| struct | velographx::ExecutionEstimate |
| struct | velographx::ExecutionPlan |
Namespaces | |
| namespace | velographx |
Enumerations | |
| enum class | velographx::ExecutionMode { velographx::incremental , velographx::full_recompute } |
Functions | |
| ExecutionPlan | velographx::choose_execution (const ExecutionEstimate &e) |
| std::string | velographx::explain (const ExecutionPlan &p) |