Function write_batch_printer

Source
pub fn write_batch_printer(
    pos: u64,
    record: Slice,
    dst: Rc<RefCell<dyn WritableFile>>,
)
Expand description

| Called on every log record (each one | of which is a WriteBatch) found in a kLogFile. |