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

Function test_get_store_file

datafusion/datasource/src/mod.rs:693–697  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

691
692 #[test]
693 fn test_get_store_file() {
694 let sut = DefaultObjectStoreRegistry::default();
695 let url = ListingTableUrl::parse("file:///bucket/key").unwrap();
696 sut.get_store(url.as_ref()).unwrap();
697 }
698
699 #[test]
700 fn test_get_store_local() {

Callers

nothing calls this directly

Calls 2

get_storeMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…