Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
284
impl<T: Table> FusedIterator for Iter<'_, T> {}
285
286
pub struct InsertionBatch<
'table, T: Table>(&'
table T, rocksdb::WriteBatch);
287
288
impl<T: Table> InsertionBatch<'_, T> {
289
/// Add a record to the insertion batch.
Callers
1
batched_insert
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected