MCPcopy 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

flushMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected