Class UpsertUtils.RecordInfoReader
- java.lang.Object
-
- org.apache.pinot.segment.local.upsert.UpsertUtils.RecordInfoReader
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- UpsertUtils
public static class UpsertUtils.RecordInfoReader extends Object implements Closeable
-
-
Constructor Summary
Constructors Constructor Description RecordInfoReader(IndexSegment segment, List<String> primaryKeyColumns, List<String> comparisonColumns, String deleteRecordColumn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()RecordInfogetRecordInfo(int docId)
-
-
-
Method Detail
-
getRecordInfo
public RecordInfo getRecordInfo(int docId)
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-