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

Method is_empty

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

Whether the memtable is empty.

(&self)

Source from the content-addressed store, hash-verified

90
91 /// Whether the memtable is empty.
92 pub fn is_empty(&self) -> bool {
93 self.row_count == 0
94 }
95
96 /// Access the schema.
97 pub fn schema(&self) -> &ColumnarSchema {

Callers 5

read_column_implMethod · 0.45
append_null_fillFunction · 0.45
decode_blockFunction · 0.45
get_valueMethod · 0.45
extract_row_valueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected