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<RegionIndexId>>, ObjectStorePuffinFileAccessor>,
    region_index_id: RegionIndexId,
    context: IndexEntryContext<'_>,
    bloom_filter_cache: Option<Arc<IndexCache<(FileId, IndexVersion, ColumnId, Tag), BloomFilterMeta>>>,
    inverted_index_cache: Option<Arc<IndexCache<(FileId, IndexVersion), InvertedIndexMetas>>>,
) -> Vec<PuffinIndexMetaEntry>
Expand description

Collect index metadata entries present in the SST puffin file.