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

#include <partition_file.hpp>

Public Attributes

std::uint32_t magic {0x56475850u}
 
std::uint16_t version {1}
 
std::uint16_t flags {0}
 
std::uint64_t partition_id {0}
 
std::uint64_t payload_bytes {0}
 

Detailed Description

Definition at line 20 of file partition_file.hpp.

Member Data Documentation

◆ flags

std::uint16_t velographx::PartitionFileHeader::flags {0}

Definition at line 23 of file partition_file.hpp.

◆ magic

std::uint32_t velographx::PartitionFileHeader::magic {0x56475850u}

Definition at line 21 of file partition_file.hpp.

◆ partition_id

std::uint64_t velographx::PartitionFileHeader::partition_id {0}

Definition at line 24 of file partition_file.hpp.

Referenced by velographx::PartitionFile::write().

◆ payload_bytes

std::uint64_t velographx::PartitionFileHeader::payload_bytes {0}

Definition at line 25 of file partition_file.hpp.

Referenced by velographx::PartitionFile::write().

◆ version

std::uint16_t velographx::PartitionFileHeader::version {1}

Definition at line 22 of file partition_file.hpp.


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