MCPcopy Create free account
hub / github.com/apache/datafusion / schema_names

Method schema_names

datafusion-cli/src/catalog.rs:89–91  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

87
88impl CatalogProvider for DynamicObjectStoreCatalogProvider {
89 fn schema_names(&self) -> Vec<String> {
90 self.inner.schema_names()
91 }
92
93 fn schema(&self, name: &str) -> Option<Arc<dyn SchemaProvider>> {
94 let state = self.state.clone();

Callers 1

setup_contextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected