Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ len
Method
len
nodedb/src/engine/timeseries/columnar_segment/mmap.rs:70–72 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
68
}
69
70
pub fn len(&self) -> usize {
71
self.backing.bytes().len()
72
}
73
74
pub fn is_empty(&self) -> bool {
75
self.backing.bytes().is_empty()
Callers
15
merge_partitions
Function · 0.45
remap_symbols
Function · 0.45
sort_by_timestamp
Function · 0.45
run_merge_cycle
Function · 0.45
merge_o3_into_partition
Function · 0.45
downsample_tiers
Method · 0.45
partition_count
Method · 0.45
find_mergeable
Method · 0.45
build
Method · 0.45
blocks_in_time_range
Method · 0.45
filter_blocks
Method · 0.45
block_count
Method · 0.45
Calls
1
bytes
Method · 0.45
Tested by
3
large_partition_skip_rate
Function · 0.36
incremental_accumulates
Function · 0.36
retention
Function · 0.36