Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ path
Method
path
crates/paimon/src/table/source.rs:376–378 ·
view source on GitHub ↗
Path of the file.
(&self)
Source
from the content-addressed store, hash-verified
374
375
/// Path of the file.
376
pub fn path(&self) -> &str {
377
&self.path
378
}
379
380
/// Starting offset of data in the file.
381
pub fn offset(&self) -> i64 {
Callers
15
test_execute_applies_pushed_filter_during_read
Function · 0.80
test_blob_resolve_descriptor
Function · 0.80
test_blob_resolve_descriptor_with_offset
Function · 0.80
test_blob_descriptor_field_resolve_descriptor_value
Function · 0.80
contains_vortex_file
Function · 0.80
extract_test_warehouse
Function · 0.80
test_branches_system_table_with_seeded_branches
Function · 0.80
test_tags_system_table_with_seeded_tags
Function · 0.80
extract_test_warehouse
Function · 0.80
list_status
Method · 0.80
list_status_recursive
Method · 0.80
test_from_path_detects_local_fs_path
Function · 0.80
Calls
no outgoing calls
Tested by
15
test_execute_applies_pushed_filter_during_read
Function · 0.64
test_blob_resolve_descriptor
Function · 0.64
test_blob_resolve_descriptor_with_offset
Function · 0.64
test_blob_descriptor_field_resolve_descriptor_value
Function · 0.64
contains_vortex_file
Function · 0.64
extract_test_warehouse
Function · 0.64
test_branches_system_table_with_seeded_branches
Function · 0.64
test_tags_system_table_with_seeded_tags
Function · 0.64
extract_test_warehouse
Function · 0.64
test_from_path_detects_local_fs_path
Function · 0.64
test_new_read_pushes_filter_to_reader_when_filter_column_not_projected
Function · 0.64
test_direct_table_read_with_filter_pushes_filter_to_reader
Function · 0.64