fn trace_reply_to_parquet_row(
reply: TraceReply,
rx_worker_id: u32,
worker_map: &BiHashMap<u32, String>,
origin_id: u32,
) -> ParquetDataRowExpand description
Converts a TraceReply into a ParquetDataRow for writing to a Parquet file.