Number of rows currently buffered.
(&self)
| 80 | |
| 81 | /// Number of rows currently buffered. |
| 82 | pub fn row_count(&self) -> usize { |
| 83 | self.row_count |
| 84 | } |
| 85 | |
| 86 | /// Whether the memtable has reached its flush threshold. |
| 87 | pub fn should_flush(&self) -> bool { |
no outgoing calls
no test coverage detected