Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ get_store
Method
get_store
datafusion-cli/src/object_storage/instrumented.rs:826–828 ·
view source on GitHub ↗
(&self, url: &Url)
Source
from the content-addressed store, hash-verified
824
}
825
826
fn get_store(&self, url: &Url) -> datafusion::common::Result<Arc<dyn ObjectStore>> {
827
self.inner.get_store(url)
828
}
829
}
830
831
#[cfg(test)]
Callers
4
table
Method · 0.45
copy_to_external_object_store_test
Function · 0.45
get_object_store
Function · 0.45
instrumented_registry
Function · 0.45
Calls
no outgoing calls
Tested by
1
instrumented_registry
Function · 0.36