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

Method column_count

nodedb/src/engine/graph/olap/columns.rs:101–103  ·  view source on GitHub ↗

Total number of columns.

(&self)

Source from the content-addressed store, hash-verified

99
100 /// Total number of columns.
101 pub fn column_count(&self) -> usize {
102 self.f64_columns.len() + self.i64_columns.len() + self.string_columns.len()
103 }
104
105 /// Estimated memory usage in bytes.
106 pub fn estimated_memory_bytes(&self) -> usize {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected