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

#include <compressed_adjacency.hpp>

Public Attributes

std::size_t value_offset {0}
 
std::size_t value_count {0}
 
std::size_t payload_offset {0}
 
std::uint8_t lane_bytes {4}
 

Detailed Description

Definition at line 125 of file compressed_adjacency.hpp.

Member Data Documentation

◆ lane_bytes

std::uint8_t velographx::storage::FixedWidthDeltaBlock::lane_bytes {4}

Definition at line 129 of file compressed_adjacency.hpp.

◆ payload_offset

std::size_t velographx::storage::FixedWidthDeltaBlock::payload_offset {0}

Definition at line 128 of file compressed_adjacency.hpp.

◆ value_count

std::size_t velographx::storage::FixedWidthDeltaBlock::value_count {0}

Definition at line 127 of file compressed_adjacency.hpp.

◆ value_offset

std::size_t velographx::storage::FixedWidthDeltaBlock::value_offset {0}

Definition at line 126 of file compressed_adjacency.hpp.


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