Uses of Class
org.apache.pinot.segment.local.upsert.UpsertUtils.RecordInfoReader
-
Packages that use UpsertUtils.RecordInfoReader Package Description org.apache.pinot.segment.local.upsert -
-
Uses of UpsertUtils.RecordInfoReader in org.apache.pinot.segment.local.upsert
Methods in org.apache.pinot.segment.local.upsert with parameters of type UpsertUtils.RecordInfoReader Modifier and Type Method Description static Iterator<RecordInfo>UpsertUtils. getRecordInfoIterator(UpsertUtils.RecordInfoReader recordInfoReader, int numDocs)Returns an iterator ofRecordInfofor all the documents from the segment.static Iterator<RecordInfo>UpsertUtils. getRecordInfoIterator(UpsertUtils.RecordInfoReader recordInfoReader, org.roaringbitmap.buffer.MutableRoaringBitmap validDocIds)Returns an iterator ofRecordInfofor the valid documents from the segment.
-