MCPcopy 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
38impl 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
47const BLOB_FOOTER_SIZE: u64 = 5;

Callers

nothing calls this directly

Calls 3

toMethod · 0.80
writerMethod · 0.80
fromMethod · 0.45

Tested by

no test coverage detected