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

Method footer

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

Access the segment footer.

(&self)

Source from the content-addressed store, hash-verified

83
84 /// Access the segment footer.
85 pub fn footer(&self) -> &SegmentFooter {
86 &self.footer
87 }
88
89 /// Total row count in the segment.
90 pub fn row_count(&self) -> u64 {

Calls

no outgoing calls