#include <data_tamer_parser.hpp>
Public Attributes | |
BufferSpan | active_mask |
BufferSpan | payload |
serialized data containing all the values, ordered as in the schema More... | |
size_t | schema_hash |
Unique identifier of the schema. More... | |
uint64_t | timestamp |
snapshot timestamp More... | |
Definition at line 88 of file data_tamer_parser.hpp.
BufferSpan DataTamerParser::SnapshotView::active_mask |
Vector that tell us if a field of the schema is active or not. It is basically an optimized vector of bools, where each byte contains 8 boolean flags.
Definition at line 99 of file data_tamer_parser.hpp.
BufferSpan DataTamerParser::SnapshotView::payload |
serialized data containing all the values, ordered as in the schema
Definition at line 102 of file data_tamer_parser.hpp.
size_t DataTamerParser::SnapshotView::schema_hash |
Unique identifier of the schema.
Definition at line 91 of file data_tamer_parser.hpp.
uint64_t DataTamerParser::SnapshotView::timestamp |
snapshot timestamp
Definition at line 94 of file data_tamer_parser.hpp.