b5e90ab17715e7f31f9d13b17a629d44b78aac65
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable channelBlock : Map<Integer,Variable> to channelBlocks : Map<Integer,Variable> in method private generateProcessMethod(classDefinition ClassDefinition, filter RowExpression, projections List<RowExpression>, projectionMethods List<MethodDefinition>) : void in class com.facebook.presto.sql.gen.PageProcessorCompiler | From | To | |
Extract Variable | 2 | ||
Extract Variable inputBlocks : Block[] in method public process(session ConnectorSession, page Page, start int, end int, pageBuilder PageBuilder) : int from class com.facebook.presto.operator.GenericPageProcessor | From | To | |
Extract Variable projectionMethodDefinitions : List<MethodDefinition> in method public generateMethods(classDefinition ClassDefinition, callSiteBinder CallSiteBinder, filter RowExpression, projections List<RowExpression>) : void from class com.facebook.presto.sql.gen.PageProcessorCompiler | From | To | |
Extract Method | 1 | ||
Extract Method public createDictionaryBlock() : DictionaryBlock extracted from public createNonLazyBlock() : Block in class com.facebook.presto.spi.block.LazySliceArrayBlock | From | To |