Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
Callers
14
get_file_index
Method · 0.80
write
Method · 0.80
test_vortex_writer_write_and_read
Function · 0.80
test_vortex_reader_returns_utf8_for_string_schema
Function · 0.80
test_vortex_writer_multiple_batches
Function · 0.80
test_vortex_read_with_row_selection
Function · 0.80
test_vortex_read_with_empty_projection
Function · 0.80
write_and_read_with_predicates
Function · 0.80
common_test_input_file_partial_read
Function · 0.80
resolve_blob_column
Function · 0.80
get_or_open_reader
Method · 0.80
make_test_dir
Function · 0.80
Calls
no outgoing calls
Tested by
5
test_vortex_writer_write_and_read
Function · 0.64
test_vortex_reader_returns_utf8_for_string_schema
Function · 0.64
test_vortex_writer_multiple_batches
Function · 0.64
test_vortex_read_with_row_selection
Function · 0.64
test_vortex_read_with_empty_projection
Function · 0.64