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

Method schema_names

datafusion-examples/examples/data_io/catalog.rs:240–243  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

238 }
239
240 fn schema_names(&self) -> Vec<String> {
241 let schemas = self.schemas.read().unwrap();
242 schemas.keys().cloned().collect()
243 }
244
245 fn schema(&self, name: &str) -> Option<Arc<dyn SchemaProvider>> {
246 let schemas = self.schemas.read().unwrap();

Callers 2

call_with_argsMethod · 0.45
tablesMethod · 0.45

Calls 3

readMethod · 0.80
collectMethod · 0.80
clonedMethod · 0.45

Tested by

no test coverage detected