Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ entry_count
Method
entry_count
crates/paimon/src/btree/block.rs:237–239 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
235
}
236
237
pub fn entry_count(&self) -> usize {
238
self.positions.len()
239
}
240
241
/// Estimated memory usage of the block.
242
pub fn memory(&self) -> usize {
Callers
1
flush
Method · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected