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

Function list_prefixed_files

datafusion/datasource/src/url.rs:1048–1055  ·  view source on GitHub ↗

Runs "list_prefixed_files" and returns their paths Panic's on error

(
        url: &str,
        store: &dyn ObjectStore,
        prefix: Option<Path>,
        file_extension: &str,
    )

Source from the content-addressed store, hash-verified

1046 ///
1047 /// Panic's on error
1048 async fn list_prefixed_files(
1049 url: &str,
1050 store: &dyn ObjectStore,
1051 prefix: Option<Path>,
1052 file_extension: &str,
1053 ) -> Result<Vec<String>> {
1054 try_list_prefixed_files(url, store, prefix, file_extension).await
1055 }
1056
1057 /// Runs "list_prefixed_files" and returns their paths
1058 async fn try_list_prefixed_files(

Callers

nothing calls this directly

Calls 1

try_list_prefixed_filesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…