collect_inverted_entries

Function collect_inverted_entries 

Source
async fn collect_inverted_entries(
    reader: &<FsPuffinManager<Arc<BoundedStager<RegionIndexId>>, ObjectStorePuffinFileAccessor> as PuffinManager>::Reader,
    region_index_id: RegionIndexId,
    cache: Option<&Arc<IndexCache<(FileId, IndexVersion), InvertedIndexMetas>>>,
    context: &IndexEntryContext<'_>,
) -> Vec<PuffinIndexMetaEntry>