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

Method batched_insert

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

Create a new insertion batch.

(&self)

Source from the content-addressed store, hash-verified

151
152 /// Create a new insertion batch.
153 fn batched_insert(&self) -> InsertionBatch<'_, Self> {
154 InsertionBatch(self, rocksdb::WriteBatch::default())
155 }
156
157 /// Get the value at the given key.
158 ///

Callers 2

ingest_locationsFunction · 0.80
process_sampleFunction · 0.80

Calls 1

InsertionBatchClass · 0.85

Tested by

no test coverage detected