Skip to content

Commit 46c2fd4

Browse files
committed
add description for WriteResult enum
1 parent b9b6862 commit 46c2fd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inmem/mutable.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pub(crate) type MutableScan<'scan, R> = Range<
3131
Option<R>,
3232
>;
3333

34+
/// Signals to memtable whether size threshold has been reached and needs compaction
3435
#[derive(Debug)]
3536
pub enum WriteResult {
3637
Continue,

0 commit comments

Comments
 (0)