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

Method object

crates/paimon/src/catalog/mod.rs:85–87  ·  view source on GitHub ↗

Full object name (table name, or with branch/system suffix).

(&self)

Source from the content-addressed store, hash-verified

83
84 /// Full object name (table name, or with branch/system suffix).
85 pub fn object(&self) -> &str {
86 &self.object
87 }
88
89 /// Full name: when database is [`UNKNOWN_DATABASE`], returns only the object;
90 /// otherwise returns `database.object`.

Callers 12

create_tableMethod · 0.80
get_tableMethod · 0.80
rename_tableMethod · 0.80
drop_tableMethod · 0.80
list_partitionsMethod · 0.80
list_partitions_pagedMethod · 0.80
load_table_tokenMethod · 0.80
commit_snapshotMethod · 0.80
rollback_to_snapshotMethod · 0.80
rollback_to_tagMethod · 0.80
table_pathMethod · 0.80
rename_tableMethod · 0.80

Calls

no outgoing calls

Tested by 1

rename_tableMethod · 0.64