Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_names
Method · 0.45
test_create_schema
Function · 0.45
test_drop_schema
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_create_schema
Function · 0.36
test_drop_schema
Function · 0.36