MCPcopy Create free account
hub / github.com/apache/paimon-rust / entry

Method entry

crates/paimon/src/arrow/format/blob.rs:345–347  ·  view source on GitHub ↗
(&self, position: usize)

Source from the content-addressed store, hash-verified

343 }
344
345 fn entry(&self, position: usize) -> Option<&BlobEntry> {
346 self.entries.get(position)
347 }
348}
349
350#[derive(Debug, Clone)]

Calls 1

getMethod · 0.45