Skip to main content

Module span_view

Module span_view 

Source
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§

SpanEventView
SpanLinkView
TraceSpanBatch
Zero-copy view of a batch of trace spans backed by Arrow arrays.
TraceSpanIterator
TraceSpanView
Zero-copy view of a single span (no hierarchy fields).

Functions§

extract_attributes_from_map