fn filter_deleted_from_batch(
batch: &mut Batch,
metrics: &mut DedupMetrics,
) -> Result<()>
Expand description
Removes deleted rows from the batch and updates metrics.
fn filter_deleted_from_batch(
batch: &mut Batch,
metrics: &mut DedupMetrics,
) -> Result<()>
Removes deleted rows from the batch and updates metrics.