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

Method table

datafusion/catalog/src/async.rs:44–46  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

42 }
43
44 async fn table(&self, name: &str) -> Result<Option<Arc<dyn TableProvider>>> {
45 Ok(self.cached_tables.get(name).cloned())
46 }
47
48 fn register_table(
49 &self,

Callers 6

resolve_tableMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
resolveMethod · 0.45
checkFunction · 0.45
table_typeMethod · 0.45

Calls 3

newFunction · 0.85
clonedMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected