![]() |
Signet Forge 0.1.0
C++20 Parquet library with AI-native extensions
|
DEMO |
A single decoded WAL record returned by WalReader::next() or read_all(). More...
#include <wal.hpp>
Public Attributes | |
| int64_t | seq = -1 |
| Sequence number (0-based, monotonically increasing) | |
| int64_t | timestamp_ns = 0 |
| Wall-clock timestamp in nanoseconds since Unix epoch. | |
| std::vector< uint8_t > | payload |
| Raw record bytes (application-defined content) | |
A single decoded WAL record returned by WalReader::next() or read_all().
| std::vector<uint8_t> signet::forge::WalEntry::payload |
| int64_t signet::forge::WalEntry::seq = -1 |
| int64_t signet::forge::WalEntry::timestamp_ns = 0 |