pub async fn merge_top_offenders(
top_offenders: Vec<RecordBatch>,
) -> Result<Vec<RecordBatch>>Expand description
Merges top offenders from multiple record batches.
This function takes a vector of RecordBatches, combines them into a single table,
and then calls extract_top_offenders to re-extract the top offenders from the merged data.