Class UpsertUtils
- java.lang.Object
-
- org.apache.pinot.segment.local.upsert.UpsertUtils
-
public class UpsertUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUpsertUtils.PrimaryKeyReaderstatic classUpsertUtils.RecordInfoReader
-
Method Summary
Modifier and Type Method Description static Iterator<RecordInfo>getRecordInfoIterator(UpsertUtils.RecordInfoReader recordInfoReader, int numDocs)Returns an iterator ofRecordInfofor all the documents from the segment.static Iterator<RecordInfo>getRecordInfoIterator(UpsertUtils.RecordInfoReader recordInfoReader, org.roaringbitmap.buffer.MutableRoaringBitmap validDocIds)Returns an iterator ofRecordInfofor the valid documents from the segment.
-
-
-
Method Detail
-
getRecordInfoIterator
public static Iterator<RecordInfo> getRecordInfoIterator(UpsertUtils.RecordInfoReader recordInfoReader, int numDocs)
Returns an iterator ofRecordInfofor all the documents from the segment.
-
getRecordInfoIterator
public static Iterator<RecordInfo> getRecordInfoIterator(UpsertUtils.RecordInfoReader recordInfoReader, org.roaringbitmap.buffer.MutableRoaringBitmap validDocIds)
Returns an iterator ofRecordInfofor the valid documents from the segment.
-
-