Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ schema
Method
schema
datafusion/catalog/src/async.rs:118–120 ·
view source on GitHub ↗
(&self, name: &str)
Source
from the content-addressed store, hash-verified
116
}
117
118
fn schema(&self, name: &str) -> Option<Arc<dyn SchemaProvider>> {
119
self.cached_schemas.get(name).cloned()
120
}
121
}
122
123
/// Helper class for building a [`ResolvedCatalogProvider`]
Callers
5
resolve
Method · 0.45
resolve
Method · 0.45
resolve
Method · 0.45
check
Function · 0.45
test_defaults
Function · 0.45
Calls
3
new
Function · 0.85
cloned
Method · 0.45
get
Method · 0.45
Tested by
1
test_defaults
Function · 0.36