Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ len
Method
len
nodedb-columnar/src/pk_index.rs:50–52 ·
view source on GitHub ↗
Number of entries in the index.
(&self)
Source
from the content-addressed store, hash-verified
48
49
/// Number of entries in the index.
50
pub fn len(&self) -> usize {
51
self.inner.len()
52
}
53
54
/// Whether the index is empty.
55
pub fn is_empty(&self) -> bool {
Callers
15
bitmask_and
Function · 0.45
matching_ids_like
Function · 0.45
build_eq_mask
Function · 0.45
build_ne_mask
Function · 0.45
build_set_mask
Function · 0.45
all_valid_mask
Function · 0.45
make_dict_col
Function · 0.45
make_decoded_col
Function · 0.45
from_bytes
Method · 0.45
to_bytes
Method · 0.45
from_segment_tail
Method · 0.45
footer_crc_mismatch
Function · 0.45
Calls
no outgoing calls
Tested by
3
footer_crc_mismatch
Function · 0.36
golden_columnar_segment_format
Function · 0.36
int_sort_order
Function · 0.36