Create a RecordV2DeltaImpl instance
the internal buffer
the offset of the slice
the number of bytes in the slice
an array containing a record index at position 0 and a boolean at position 1 indicating if a record has changed
an array of arrays containing a field index at position 0 and a boolean at position 1 indicating which fields have changed
An array of arrays containing a field index at position 0 and a boolean at position 1 indicating which fields have changed
An array containing a record index at position 0 and a boolean at position 1 indicating if a record has changed
Process changes in a fixed multiplicity field
the schema definition of the record
the local index of the record to process
the schema definition of the field
the start index of the field to process
the record data
the change list in which to record the changes
the next field index to process
Process changes in a fixed multiplicity record
the schema definition of the record
the start index of the record to process
the record data
the change list in which to record the changes
the next record index to process
Process changes in a single record entry
the global index of the record to process
the local index of the record to process
the record data
the change list in which to record the changes
Process changes in a varable multiplicity field
the schema definition of the record
the local index of the record to process
the global index of the record to process
the schema definition of the field
the start index of the field to process
the record data
the change list in which to record the changes
the next field index to process
Process changes in a variable multiplicity record
the schema definition of the record
the start index of the record to process
the record data
the change list in which to record the changes
the next record index to process
Convert the RecordV2DeltaImpl to a string
a string representation of the buffer data
Implementation of RecordV2Delta