Function exon_common::object_store_files_from_table_path

source ยท
pub async fn object_store_files_from_table_path<'a>(
    store: &'a dyn ObjectStore,
    url: &'a Url,
    table_prefix: &'a Path,
    file_extension: &'a str,
    glob: Option<Pattern>
) -> BoxStream<'a, Result<ObjectMeta>>
Expand description

Returns a stream of object store files for a given table path.