Uses of Class
org.apache.pinot.segment.local.upsert.RecordInfo
-
Packages that use RecordInfo Package Description org.apache.pinot.segment.local.upsert -
-
Uses of RecordInfo in org.apache.pinot.segment.local.upsert
Methods in org.apache.pinot.segment.local.upsert that return types with arguments of type RecordInfo Modifier and Type Method Description static Iterator<RecordInfo>UpsertUtils. getRecordInfoIterator(ImmutableSegment segment, List<String> primaryKeyColumns, String comparisonColumn)Returns an iterator ofRecordInfofrom the segment.Methods in org.apache.pinot.segment.local.upsert with parameters of type RecordInfo Modifier and Type Method Description voidConcurrentMapPartitionUpsertMetadataManager. addRecord(MutableSegment segment, RecordInfo recordInfo)voidPartitionUpsertMetadataManager. addRecord(MutableSegment segment, RecordInfo recordInfo)Updates the upsert metadata for a new consumed record in the given consuming segment.GenericRowConcurrentMapPartitionUpsertMetadataManager. updateRecord(GenericRow record, RecordInfo recordInfo)GenericRowPartitionUpsertMetadataManager. updateRecord(GenericRow record, RecordInfo recordInfo)Returns the merged record when partial-upsert is enabled.
-