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.
fn build_trace_table_data_from_iter(
spans: impl ExactSizeIterator<Item = TraceSpan>,
batch_schema: Option<&mut TraceBatchSchema>,
) -> Result<TableData>Shared row builder with optional batch schema observation.