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

Method object_store

datafusion/datasource/src/url.rs:323–326  ·  view source on GitHub ↗

Return the [`ObjectStoreUrl`] for this [`ListingTableUrl`]

(&self)

Source from the content-addressed store, hash-verified

321
322 /// Return the [`ObjectStoreUrl`] for this [`ListingTableUrl`]
323 pub fn object_store(&self) -> ObjectStoreUrl {
324 let url = &self.url[url::Position::BeforeScheme..url::Position::BeforePath];
325 ObjectStoreUrl::parse(url).unwrap()
326 }
327
328 /// Returns true if the [`ListingTableUrl`] points to the folder
329 pub fn is_folder(&self) -> bool {

Callers 15

scanMethod · 0.45
write_allMethod · 0.45
open_with_argsMethod · 0.45
infer_optionsMethod · 0.45
prepare_storeFunction · 0.45
try_newMethod · 0.45
get_parquet_execFunction · 0.45

Calls

no outgoing calls

Tested by 2

get_parquet_execFunction · 0.36