d0264655bf398647044955249b039baa0a9f560c
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method public decodeField(value byte[], columnHandle DecoderColumnHandle) : FieldValueProvider from class com.facebook.presto.decoder.raw.RawRowDecoder to public decodeField(value byte[]) : FieldValueProvider from class com.facebook.presto.decoder.raw.RawColumnDecoder | From | To | |
Move Class | 2 | ||
Move Class com.facebook.presto.decoder.raw.RawRowDecoder.FieldType moved to com.facebook.presto.decoder.raw.RawColumnDecoder.FieldType | From | To | |
Move Class com.facebook.presto.decoder.raw.RawRowDecoder.RawValueProvider moved to com.facebook.presto.decoder.raw.RawColumnDecoder.RawValueProvider | From | To | |
Rename Attribute | 1 | ||
Rename Attribute columnHandles : Set<DecoderColumnHandle> to columnDecoders : Map<DecoderColumnHandle,RawColumnDecoder> in class com.facebook.presto.decoder.raw.RawRowDecoder | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type columnHandles : Set<DecoderColumnHandle> to columnDecoders : Map<DecoderColumnHandle,RawColumnDecoder> in class com.facebook.presto.decoder.raw.RawRowDecoder | From | To |