MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / row_count

Method row_count

nodedb-columnar/src/memtable/mod.rs:82–84  ·  view source on GitHub ↗

Number of rows currently buffered.

(&self)

Source from the content-addressed store, hash-verified

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 {

Callers 2

compact_segmentFunction · 0.45
compact_segmentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected