fn measurement_reply_to_parquet_row(
result: MeasurementReply,
rx_worker_id: u32,
m_type: MeasurementType,
worker_map: &BiHashMap<u32, String>,
origin_id: u32,
) -> ParquetDataRowExpand description
Converts a MeasurementReply into a ParquetDataRow for writing to a Parquet file.