MCPcopy Create free account
hub / github.com/apache/paimon-rust / identifier

Method identifier

crates/paimon/src/table/mod.rs:122–124  ·  view source on GitHub ↗

Get the table's identifier.

(&self)

Source from the content-addressed store, hash-verified

120
121 /// Get the table's identifier.
122 pub fn identifier(&self) -> &Identifier {
123 &self.identifier
124 }
125
126 /// Get the table's location.
127 pub fn location(&self) -> &str {

Callers 5

proc_rollback_toFunction · 0.45
read_kvMethod · 0.45
create_kv_writerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected