Function reply_to_parquet_row

Source
fn reply_to_parquet_row(
    result: Reply,
    rx_worker_id: u32,
    m_type: u8,
    is_symmetric: bool,
    worker_map: &BiHashMap<u32, String>,
) -> ParquetDataRow
Expand description

Converts a Reply message into a ParquetDataRow for writing to a Parquet file.