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

Function test_get_store_local

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

Source from the content-addressed store, hash-verified

698
699 #[test]
700 fn test_get_store_local() {
701 let sut = DefaultObjectStoreRegistry::default();
702 let url = ListingTableUrl::parse("../").unwrap();
703 sut.get_store(url.as_ref()).unwrap();
704 }
705
706 #[test]
707 fn test_with_statistics_appends_partition_column_stats() {

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…