|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#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} |
Definition at line 125 of file compressed_adjacency.hpp.
| std::uint8_t velographx::storage::FixedWidthDeltaBlock::lane_bytes {4} |
Definition at line 129 of file compressed_adjacency.hpp.
| std::size_t velographx::storage::FixedWidthDeltaBlock::payload_offset {0} |
Definition at line 128 of file compressed_adjacency.hpp.
| std::size_t velographx::storage::FixedWidthDeltaBlock::value_count {0} |
Definition at line 127 of file compressed_adjacency.hpp.
| std::size_t velographx::storage::FixedWidthDeltaBlock::value_offset {0} |
Definition at line 126 of file compressed_adjacency.hpp.