MCPcopy 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

tableMethod · 0.45
get_object_storeFunction · 0.45
instrumented_registryFunction · 0.45

Calls

no outgoing calls

Tested by 1

instrumented_registryFunction · 0.36