Expand description
Zero-copy view over Arrow RecordBatch for TraceSpan data (flat, no hierarchy fields).
Hierarchy fields (depth, span_order, path, root_span_id) are NOT stored in Delta Lake —
they are computed at query time by build_span_tree() in queries.rs.
Structs§
- Span
Event View - Span
Link View - Trace
Span Batch - Zero-copy view of a batch of trace spans backed by Arrow arrays.
- Trace
Span Iterator - Trace
Span View - Zero-copy view of a single span (no hierarchy fields).