Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 {
Callers
5
predicate_pushdown_skips_blocks
Function · 0.80
string_predicate_pushdown_skips_blocks
Function · 0.80
dict_encoded_roundtrip
Function · 0.80
extract_timestamp_block_stats
Function · 0.80
drain_to_shared_segment_roundtrip
Function · 0.80
Calls
no outgoing calls
Tested by
4
predicate_pushdown_skips_blocks
Function · 0.64
string_predicate_pushdown_skips_blocks
Function · 0.64
dict_encoded_roundtrip
Function · 0.64
drain_to_shared_segment_roundtrip
Function · 0.64