Module mz_persist::indexed::encoding
source · Expand description
Data structures stored in Blobs and Logs in serialized form.
Structs§
- The structure serialized and stored as a value in crate::location::Blob storage for data keys corresponding to trace data.
- The metadata necessary to reconstruct a list of BlobTraceBatchParts.
Enums§
- Column format of a batch.
- The set of updates that are part of a
BlobTraceBatchPart
.
Functions§
- Decodes the inline metadata for a trace batch from a base64 string.
- Encodes the inline metadata for a trace batch into a base64 string.