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

Method get_database

crates/integrations/datafusion/src/sql_context.rs:2381–2385  ·  view source on GitHub ↗
(&self, _name: &str)

Source from the content-addressed store, hash-verified

2379 Ok(())
2380 }
2381 async fn get_database(&self, _name: &str) -> paimon::Result<Database> {
2382 Err(paimon::Error::DatabaseNotExist {
2383 database: _name.to_string(),
2384 })
2385 }
2386 async fn drop_database(
2387 &self,
2388 _name: &str,

Callers 2

schemaMethod · 0.45
register_catalogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected