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

Method list_databases

crates/integrations/datafusion/src/sql_context.rs:2370–2372  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

2368 #[async_trait]
2369 impl Catalog for MockCatalog {
2370 async fn list_databases(&self) -> paimon::Result<Vec<String>> {
2371 Ok(vec![])
2372 }
2373 async fn create_database(
2374 &self,
2375 _name: &str,

Callers 3

schema_namesMethod · 0.45
test_create_schemaFunction · 0.45
test_drop_schemaFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_create_schemaFunction · 0.36
test_drop_schemaFunction · 0.36