Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
62
pub struct BytesFileRead(pub Bytes);
63
64
#[async_trait::async_trait]
65
impl FileRead for BytesFileRead {
Callers
9
test_blob_reader_reads_inline_bytes_and_selection
Function · 0.85
test_blob_reader_supports_empty_projection
Function · 0.85
test_blob_reader_rejects_out_of_range_selection
Function · 0.85
test_blob_reader_rejects_wrong_field_family
Function · 0.85
test_blob_reader_rejects_unsupported_version
Function · 0.85
test_blob_reader_rejects_truncated_entry
Function · 0.85
write_and_open
Function · 0.85
open_testdata
Function · 0.85
test_java_compat_int_lz4_unsupported
Function · 0.85
Calls
no outgoing calls
Tested by
9
test_blob_reader_reads_inline_bytes_and_selection
Function · 0.68
test_blob_reader_supports_empty_projection
Function · 0.68
test_blob_reader_rejects_out_of_range_selection
Function · 0.68
test_blob_reader_rejects_wrong_field_family
Function · 0.68
test_blob_reader_rejects_unsupported_version
Function · 0.68
test_blob_reader_rejects_truncated_entry
Function · 0.68
write_and_open
Function · 0.68
open_testdata
Function · 0.68
test_java_compat_int_lz4_unsupported
Function · 0.68