VeloGraphX
High-performance dynamic graph analytics in C++20
Loading...
Searching...
No Matches
velographx::VersionedUpdateBatch Struct Reference

#include <temporal_graph.hpp>

Public Attributes

std::uint64_t version {}
 
std::uint64_t min_timestamp {}
 
std::uint64_t max_timestamp {}
 
UpdateBatch batch
 

Detailed Description

Definition at line 14 of file temporal_graph.hpp.

Member Data Documentation

◆ batch

UpdateBatch velographx::VersionedUpdateBatch::batch

Definition at line 18 of file temporal_graph.hpp.

◆ max_timestamp

std::uint64_t velographx::VersionedUpdateBatch::max_timestamp {}

Definition at line 17 of file temporal_graph.hpp.

◆ min_timestamp

std::uint64_t velographx::VersionedUpdateBatch::min_timestamp {}

Definition at line 16 of file temporal_graph.hpp.

◆ version

std::uint64_t velographx::VersionedUpdateBatch::version {}

Definition at line 15 of file temporal_graph.hpp.


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