Skip to main content

build_trace_table_data_from_iter

Function build_trace_table_data_from_iter 

Source
fn build_trace_table_data_from_iter(
    spans: impl ExactSizeIterator<Item = TraceSpan>,
    batch_schema: Option<&mut TraceBatchSchema>,
) -> Result<TableData>
Expand description

Shared row builder with optional batch schema observation.