Module encoding

Source
Expand description

Data structures stored in Blobs and Logs in serialized form.

Structs§

BlobTraceBatchPart
The structure serialized and stored as a value in crate::location::Blob storage for data keys corresponding to trace data.
TraceBatchMeta
The metadata necessary to reconstruct a list of BlobTraceBatchParts.

Enums§

BatchColumnarFormat
Column format of a batch.
BlobTraceUpdates
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.