Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/paimon-rust
/ location
Method
location
crates/paimon/src/table/mod.rs:127–129 ·
view source on GitHub ↗
Get the table's location.
(&self)
Source
from the content-addressed store, hash-verified
125
126
/// Get the table's location.
127
pub fn location(&self) -> &str {
128
&self.location
129
}
130
131
/// Get the table's schema.
132
pub fn schema(&self) -> &TableSchema {
Callers
15
managers
Function · 0.45
collect_index_entries
Function · 0.45
scan
Method · 0.45
scan
Method · 0.45
collect_manifests
Function · 0.45
scan
Method · 0.45
scan
Method · 0.45
collect_branches
Function · 0.45
test_row_count_after_merge
Function · 0.45
test_merge_into_row_id_for_inserted_rows
Function · 0.45
test_table_indexes_system_table
Function · 0.45
test_snapshots_system_table
Function · 0.45
Calls
no outgoing calls
Tested by
7
test_row_count_after_merge
Function · 0.36
test_merge_into_row_id_for_inserted_rows
Function · 0.36
test_table_indexes_system_table
Function · 0.36
test_snapshots_system_table
Function · 0.36
test_tags_system_table_with_seeded_tags
Function · 0.36
test_manifests_system_table
Function · 0.36
read_hash_index_entries
Function · 0.36