Skip to main content

append_batches

Function append_batches 

Source
pub(super) fn append_batches(
    b: &mut VolumeIndexBuilder,
    stats: &mut ScanStats,
    deferred: &mut Vec<(u64, u32)>,
    extensions: &mut FxHashMap<u64, u32>,
    arena: &mut RecordArena,
    batches: Vec<ParsedBatch>,
)