collect_index_entries_from_puffin

Function collect_index_entries_from_puffin 

Source
pub(crate) async fn collect_index_entries_from_puffin(
    manager: FsPuffinManager<Arc<BoundedStager<RegionFileId>>, ObjectStorePuffinFileAccessor>,
    region_file_id: RegionFileId,
    context: IndexEntryContext<'_>,
    bloom_filter_cache: Option<Arc<IndexCache<(FileId, ColumnId, Tag), BloomFilterMeta>>>,
    inverted_index_cache: Option<Arc<IndexCache<FileId, InvertedIndexMetas>>>,
) -> Vec<PuffinIndexMetaEntry>
Expand description

Collect index metadata entries present in the SST puffin file.