545cd650747b90648d1b6d66a964b52855daebc1
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move And Rename Method | 1 | ||
Move And Rename Method public toStackRepresentation(values List<?>, elementType Type) : Block from class com.facebook.presto.type.ArrayType to public arrayBlockOf(elementType Type, values Object...) : Block from class com.facebook.presto.util.StructuralTestUtil | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type values : List<?> to values : Object... in method public arrayBlockOf(elementType Type, values Object...) : Block in class com.facebook.presto.util.StructuralTestUtil | From | To | |
Change Variable Type | 1 | ||
Change Variable Type array : Object to array : List<?> in method public toArray(arrayType Type, connectorSession ConnectorSession, json Slice) : Block in class com.facebook.presto.operator.scalar.JsonToArrayCast | From | To |