|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <temporal_graph.hpp>
Public Attributes | |
| std::uint64_t | version {} |
| std::uint64_t | min_timestamp {} |
| std::uint64_t | max_timestamp {} |
| UpdateBatch | batch |
Definition at line 14 of file temporal_graph.hpp.
| UpdateBatch velographx::VersionedUpdateBatch::batch |
Definition at line 18 of file temporal_graph.hpp.
| std::uint64_t velographx::VersionedUpdateBatch::max_timestamp {} |
Definition at line 17 of file temporal_graph.hpp.
| std::uint64_t velographx::VersionedUpdateBatch::min_timestamp {} |
Definition at line 16 of file temporal_graph.hpp.
| std::uint64_t velographx::VersionedUpdateBatch::version {} |
Definition at line 15 of file temporal_graph.hpp.