Struct SnapshotView

Struct Documentation

struct SnapshotView

Public Members

size_t schema_hash

Unique identifier of the schema.

uint64_t timestamp

snapshot timestamp

BufferSpan 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.

BufferSpan payload

serialized data containing all the values, ordered as in the schema