MCPcopy Create free account
hub / github.com/elastic/devfiler / InsertionBatch

Class InsertionBatch

src/storage/table.rs:286–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284impl<T: Table> FusedIterator for Iter<'_, T> {}
285
286pub struct InsertionBatch<'table, T: Table>(&'table T, rocksdb::WriteBatch);
287
288impl<T: Table> InsertionBatch<'_, T> {
289 /// Add a record to the insertion batch.

Callers 1

batched_insertMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected