Skip to main content

build_trace_table_data_with_schema

Function build_trace_table_data_with_schema 

Source
fn build_trace_table_data_with_schema(
    spans: impl ExactSizeIterator<Item = TraceSpan>,
) -> Result<(TableData, TraceBatchSchema)>
Expand description

Builds trace rows while collecting dynamic column observations.