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

Method table_exists

crates/paimon/src/catalog/filesystem.rs:197–199  ·  view source on GitHub ↗

Check if a table exists.

(&self, identifier: &Identifier)

Source from the content-addressed store, hash-verified

195
196 /// Check if a table exists.
197 async fn table_exists(&self, identifier: &Identifier) -> Result<bool> {
198 self.file_io.exists(&self.table_path(identifier)).await
199 }
200}
201
202#[async_trait]

Callers 5

get_tableMethod · 0.80
create_tableMethod · 0.80
drop_tableMethod · 0.80
rename_tableMethod · 0.80
alter_tableMethod · 0.80

Calls 2

table_pathMethod · 0.80
existsMethod · 0.45

Tested by

no test coverage detected