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

Class BytesFileRead

crates/paimon/src/btree/test_util.rs:62–62  ·  view source on GitHub ↗

In-memory FileRead backed by Bytes. For tests.

Source from the content-addressed store, hash-verified

60
61/// In-memory FileRead backed by Bytes. For tests.
62pub struct BytesFileRead(pub Bytes);
63
64#[async_trait::async_trait]
65impl FileRead for BytesFileRead {

Calls

no outgoing calls