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

Method column_count

nodedb-columnar/src/reader/segment_reader.rs:125–127  ·  view source on GitHub ↗

Number of columns in the segment.

(&self)

Source from the content-addressed store, hash-verified

123
124 /// Number of columns in the segment.
125 pub fn column_count(&self) -> usize {
126 self.footer.column_count as usize
127 }
128
129 /// Read a single column, decoding all blocks.
130 ///

Callers 2

compact_segmentFunction · 0.45
compact_segmentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected