70e5fe2555e1b474b2a18c7fd304e6e5a8b89e94
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type field : int to column : TpchColumn<E> in method private getPrestoObject(column TpchColumn<E>, type Type) : Object in class com.facebook.presto.tpch.TpchRecordSet.TpchRecordCursor | From | To | |
Extract Method | 3 | ||
Extract Method private getSlice(tpchColumn TpchColumn<E>) : Slice extracted from public getSlice(field int) : Slice in class com.facebook.presto.tpch.TpchRecordSet.TpchRecordCursor | From | To | |
Extract Method private getLong(tpchColumn TpchColumn<E>) : long extracted from public getLong(field int) : long in class com.facebook.presto.tpch.TpchRecordSet.TpchRecordCursor | From | To | |
Extract Method private getDouble(tpchColumn TpchColumn<E>) : double extracted from public getDouble(field int) : double in class com.facebook.presto.tpch.TpchRecordSet.TpchRecordCursor | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type predicate : Predicate<Map<ColumnHandle,NullableValue>> to predicate : TupleDomain<ColumnHandle> in class com.facebook.presto.tpch.TpchRecordSet | From | To | |
Rename Parameter | 1 | ||
Rename Parameter field : int to column : TpchColumn<E> in method private getPrestoObject(column TpchColumn<E>, type Type) : Object in class com.facebook.presto.tpch.TpchRecordSet.TpchRecordCursor | From | To |