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

Method list

datafusion/datasource/src/url.rs:1138–1143  ·  view source on GitHub ↗
(
            &self,
            prefix: Option<&Path>,
        )

Source from the content-addressed store, hash-verified

1136 }
1137
1138 fn list(
1139 &self,
1140 prefix: Option<&Path>,
1141 ) -> BoxStream<'static, object_store::Result<ObjectMeta>> {
1142 self.in_mem.list(prefix)
1143 }
1144
1145 async fn list_with_delimiter(
1146 &self,

Callers 1

list_with_cacheFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected