collect_inverted_entries

Function collect_inverted_entries 

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