Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_table
Method · 0.45
resolve
Method · 0.45
resolve
Method · 0.45
resolve
Method · 0.45
check
Function · 0.45
table_type
Method · 0.45
Calls
3
new
Function · 0.85
cloned
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected