Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema_names
Method
schema_names
datafusion/core/tests/catalog/memory.rs:85–87 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
83
struct TestProvider {}
84
impl CatalogProvider for TestProvider {
85
fn schema_names(&self) -> Vec<String> {
86
unimplemented!()
87
}
88
89
fn schema(&self, _name: &str) -> Option<Arc<dyn SchemaProvider>> {
90
unimplemented!()
Callers
1
refresh_catalogs
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected