We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b6862 commit 46c2fd4Copy full SHA for 46c2fd4
src/inmem/mutable.rs
@@ -31,6 +31,7 @@ pub(crate) type MutableScan<'scan, R> = Range<
31
Option<R>,
32
>;
33
34
+/// Signals to memtable whether size threshold has been reached and needs compaction
35
#[derive(Debug)]
36
pub enum WriteResult {
37
Continue,
0 commit comments