ark::logging::SplitIndexEntry
Defined in header “ark/logging/wire_structure.hh”.
Represents a packed structure that is used for indexing. These are written out to the split file as-is.
Variables
-
uint64_t timestamp_ns
The timestamp of the object. -
uint32_t offset
The offset of the object within the split. -
uint32_t size
The size of the object within the split. -
uint8_t object_identifier
A reference to the identifier that is used internally to the split. -
uint8_t flags
Additional flags (reserved for now).