Uses of Class
org.apache.pinot.segment.local.segment.readers.LazyRow
-
Packages that use LazyRow Package Description org.apache.pinot.segment.local.upsert -
-
Uses of LazyRow in org.apache.pinot.segment.local.upsert
Methods in org.apache.pinot.segment.local.upsert with parameters of type LazyRow Modifier and Type Method Description voidPartialUpsertHandler. merge(LazyRow prevRecord, GenericRow newRecord)Merges records and returns the merged record.
-