MCPcopy 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

managersFunction · 0.45
collect_index_entriesFunction · 0.45
scanMethod · 0.45
scanMethod · 0.45
collect_manifestsFunction · 0.45
scanMethod · 0.45
scanMethod · 0.45
collect_branchesFunction · 0.45

Calls

no outgoing calls