MCPcopy 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 {

Calls

no outgoing calls