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

Method reader

crates/paimon/src/io/file_io.rs:412–414  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

410 }
411
412 pub async fn reader(&self) -> crate::Result<impl FileRead> {
413 Ok(self.op.reader(&self.path[self.relative_path_pos..]).await?)
414 }
415}
416
417#[derive(Debug, Clone)]

Calls

no outgoing calls