e20a9f8947244315f7732c719ebf8f77e7699a57
Files Diff
- Added: 7
- Removed: 2
- Renamed: 0
- Modified: 54
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public putBinaryStringNormalizedKey(value BinaryString, target MemorySegment, offset int, numBytes int) : void renamed to public putStringNormalizedKey(value BinaryString, target MemorySegment, offset int, numBytes int) : void in class org.apache.flink.table.runtime.sort.SortUtil | From | To | |
Change Parameter Type | 4 | ||
Change Parameter Type value : GenericRow to value : BaseRow in method package toExternalImpl(value BaseRow) : Product in class org.apache.flink.table.dataformat.DataFormatConverters.CaseClassConverter | From | To | |
Change Parameter Type value : GenericRow to value : BaseRow in method package toExternalImpl(value BaseRow) : Row in class org.apache.flink.table.dataformat.DataFormatConverters.RowConverter | From | To | |
Change Parameter Type value : GenericRow to value : BaseRow in method package toExternalImpl(value BaseRow) : Tuple in class org.apache.flink.table.dataformat.DataFormatConverters.TupleConverter | From | To | |
Change Parameter Type value : GenericRow to value : BaseRow in method package toExternalImpl(value BaseRow) : T in class org.apache.flink.table.dataformat.DataFormatConverters.PojoConverter | From | To | |
Move Method | 1 | ||
Move Method package readBinaryStringFieldFromSegments(segments MemorySegment[], baseOffset int, fieldOffset int, variablePartOffsetAndLen long) : BinaryString from class org.apache.flink.table.dataformat.BinaryString to package readBinaryStringFieldFromSegments(segments MemorySegment[], baseOffset int, fieldOffset int, variablePartOffsetAndLen long) : BinaryString from class org.apache.flink.table.dataformat.BinaryFormat | From | To | |
Change Return Type | 4 | ||
Change Return Type GenericRow to BaseRow in method package toInternalImpl(value Product) : BaseRow in class org.apache.flink.table.dataformat.DataFormatConverters.CaseClassConverter | From | To | |
Change Return Type GenericRow to BaseRow in method package toInternalImpl(value Tuple) : BaseRow in class org.apache.flink.table.dataformat.DataFormatConverters.TupleConverter | From | To | |
Change Return Type GenericRow to BaseRow in method package toInternalImpl(value T) : BaseRow in class org.apache.flink.table.dataformat.DataFormatConverters.PojoConverter | From | To | |
Change Return Type GenericRow to BaseRow in method package toInternalImpl(value Row) : BaseRow in class org.apache.flink.table.dataformat.DataFormatConverters.RowConverter | From | To | |
Move Attribute | 2 | ||
Move Attribute private HIGHEST_FIRST_BIT : long from class org.apache.flink.table.dataformat.BinaryString to private HIGHEST_FIRST_BIT : long from class org.apache.flink.table.dataformat.BinaryFormat | From | To | |
Move Attribute private HIGHEST_SECOND_TO_EIGHTH_BIT : long from class org.apache.flink.table.dataformat.BinaryString to private HIGHEST_SECOND_TO_EIGHTH_BIT : long from class org.apache.flink.table.dataformat.BinaryFormat | From | To | |
Extract Interface | 2 | ||
Extract Interface org.apache.flink.table.generated.NormalizedKeyComputer from classes [org.apache.flink.table.runtime.sort.IntNormalizedKeyComputer] | From | To | |
Extract Interface org.apache.flink.table.generated.RecordComparator from classes [org.apache.flink.table.runtime.sort.IntRecordComparator] | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type BINARY : ArrayType to BINARY : BinaryType in class org.apache.flink.table.type.InternalTypes | From | To | |
Extract And Move Method | 1 | ||
Extract And Move Method public getJavaObjectFromBinaryGeneric(value BinaryGeneric<T>, ser TypeSerializer<T>) : T extracted from package toExternalImpl(value BinaryGeneric<T>) : T in class org.apache.flink.table.dataformat.DataFormatConverters.GenericConverter & moved to class org.apache.flink.table.dataformat.BinaryGeneric | From | To |