5fad0babe9adbb8231c17ed082e98cfd3ef61415
Files Diff
- Added: 1
- Removed: 1
- Renamed: 0
- Modified: 14
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public generateExpression(signature Signature, context BytecodeGeneratorContext, returnType Type, arguments List<RowExpression>, outputBlockVariable Optional<Variable>) : BytecodeNode renamed to public generateCall(signature Signature, context BytecodeGeneratorContext, returnType Type, arguments List<RowExpression>, outputBlockVariable Optional<Variable>) : BytecodeNode in class com.facebook.presto.sql.gen.FunctionCallCodeGenerator | From | To | |
Rename Class | 1 | ||
Rename Class com.facebook.presto.sql.gen.BytecodeGenerator renamed to com.facebook.presto.sql.gen.SpecialFormBytecodeGenerator | From | To | |
Change Variable Type | 1 | ||
Change Variable Type generator : BytecodeGenerator to generator : SpecialFormBytecodeGenerator in method public visitSpecialForm(specialForm SpecialFormExpression, context Context) : BytecodeNode in class com.facebook.presto.sql.gen.RowExpressionCompiler.Visitor | From | To |