4be1a75cac21ee763c9d22ac59154e34b72f479c
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 11
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Push Down Method | 3 | ||
Push Down Method public testCastToTime() : void from class com.facebook.presto.type.TestTimeWithTimeZoneBase to public testCastToTime() : void from class com.facebook.presto.type.TestTimeWithTimeZoneLegacy | From | To | |
Push Down Method public testCastToTime() : void from class com.facebook.presto.type.TestTimeWithTimeZoneBase to public testCastToTime() : void from class com.facebook.presto.type.TestTimeWithTimeZone | From | To | |
Push Down Method public testCastToTime() : void from class com.facebook.presto.type.TestTimestampWithTimeZoneBase to public testCastToTime() : void from class com.facebook.presto.type.TestTimestampWithTimeZoneLegacy | From | To | |
Merge Variable | 1 | ||
Merge Variable [hourOfDay : int, minuteOfHour : int, secondOfMinute : int, millisOfSecond : int, baseZone : DateTimeZone, timestampZone : TimeZoneKey] to time : LocalTime in method public sqlTimeOf(hourOfDay int, minuteOfHour int, secondOfMinute int, millisOfSecond int, session Session) : SqlTime in class com.facebook.presto.testing.DateTimeTestingUtils | From | To | |
Change Variable Type | 1 | ||
Change Variable Type result : DateTime to result : LocalTime in method public testTruncateTime() : void in class com.facebook.presto.operator.scalar.TestDateTimeFunctionsBase | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type TIME : DateTime to TIME : LocalTime in class com.facebook.presto.operator.scalar.TestDateTimeFunctionsBase | From | To |