Expand description
Data structures stored in Blobs and Logs in serialized form.
Structs§
- Blob
Trace Batch Part - The structure serialized and stored as a value in crate::location::Blob storage for data keys corresponding to trace data.
- Trace
Batch Meta - The metadata necessary to reconstruct a list of BlobTraceBatchParts.
Enums§
- Batch
Columnar Format - Column format of a batch.
- Blob
Trace Updates - The set of updates that are part of a
BlobTraceBatchPart
.
Functions§
- decode_
trace_ inline_ meta - Decodes the inline metadata for a trace batch from a base64 string.
- encode_
trace_ inline_ meta - Encodes the inline metadata for a trace batch into a base64 string.