Expand description
Zero-copy view over Arrow RecordBatch for TraceSpan data
This module provides efficient, zero-allocation access to trace span data by holding references directly to Arrow arrays. Allocations only happen during serialization (e.g., hex encoding IDs, JSON serialization).
Structs§
- Span
Event View - Zero-copy view of a span event
- Span
Link View - Zero-copy view of a span link
- Trace
Span Batch - Zero-copy view of a trace span backed by Arrow arrays
- Trace
Span Iterator - Iterator over spans in a batch
- Trace
Span View - Zero-copy view of a single span within a batch