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
-
-
Field Summary
Fields Modifier and Type Field Description PinotSegmentColumnReader_comparisonColumnReaderUpsertUtils.PrimaryKeyReader_primaryKeyReader
-
Constructor Summary
Constructors Constructor Description RecordInfoReader(IndexSegment segment, List<String> primaryKeyColumns, String comparisonColumn)
-
-
-
Field Detail
-
_primaryKeyReader
public final UpsertUtils.PrimaryKeyReader _primaryKeyReader
-
_comparisonColumnReader
public final PinotSegmentColumnReader _comparisonColumnReader
-
-
Constructor Detail
-
RecordInfoReader
public RecordInfoReader(IndexSegment segment, List<String> primaryKeyColumns, String comparisonColumn)
-
-
Method Detail
-
getRecordInfo
public RecordInfo getRecordInfo(int docId)
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-