Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ new
Method
new
crates/paimon/src/arrow/format/blob.rs:39–44 ·
view source on GitHub ↗
(file_path: String, descriptor_mode: bool)
Source
from the content-addressed store, hash-verified
37
38
impl BlobFormatReader {
39
pub(crate) fn new(file_path: String, descriptor_mode: bool) -> Self {
40
Self {
41
descriptor_mode,
42
file_path,
43
}
44
}
45
}
46
47
const BLOB_FOOTER_SIZE: u64 = 5;
Callers
nothing calls this directly
Calls
3
to
Method · 0.80
writer
Method · 0.80
from
Method · 0.45
Tested by
no test coverage detected