7dc031e85145e9e54a1aeeb2f1b67474e2cb8977
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 5
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public addFunctionSignatures(infos Map<NodeRef<FunctionCall>,Signature>) : void renamed to public addFunctionHandles(infos Map<NodeRef<FunctionCall>,FunctionHandle>) : void in class com.facebook.presto.sql.analyzer.Analysis | From | To | |
Rename Method public getFunctionSignature(function FunctionCall) : Signature renamed to public getFunctionHandle(function FunctionCall) : FunctionHandle in class com.facebook.presto.sql.analyzer.Analysis | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type infos : Map<NodeRef<FunctionCall>,Signature> to infos : Map<NodeRef<FunctionCall>,FunctionHandle> in method public addFunctionHandles(infos Map<NodeRef<FunctionCall>,FunctionHandle>) : void in class com.facebook.presto.sql.analyzer.Analysis | From | To | |
Change Return Type | 3 | ||
Change Return Type Signature to FunctionHandle in method public resolveFunction(session Session, node FunctionCall, argumentTypes List<TypeSignatureProvider>, functionManager FunctionManager) : FunctionHandle in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer | From | To | |
Change Return Type Map<NodeRef<FunctionCall>,Signature> to Map<NodeRef<FunctionCall>,FunctionHandle> in method public getResolvedFunctions() : Map<NodeRef<FunctionCall>,FunctionHandle> in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer | From | To | |
Change Return Type Signature to FunctionHandle in method public getFunctionHandle(function FunctionCall) : FunctionHandle in class com.facebook.presto.sql.analyzer.Analysis | From | To | |
Rename Attribute | 1 | ||
Rename Attribute functionSignature : Map<NodeRef<FunctionCall>,Signature> to functionHandles : Map<NodeRef<FunctionCall>,FunctionHandle> in class com.facebook.presto.sql.analyzer.Analysis | From | To | |
Change Variable Type | 2 | ||
Change Variable Type resolvedFunctions : Map<NodeRef<FunctionCall>,Signature> to resolvedFunctions : Map<NodeRef<FunctionCall>,FunctionHandle> in method public analyzeExpression(session Session, metadata Metadata, accessControl AccessControl, sqlParser SqlParser, scope Scope, analysis Analysis, expression Expression, warningCollector WarningCollector) : ExpressionAnalysis in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer | From | To | |
Change Variable Type function : Signature to function : FunctionHandle in method protected visitFunctionCall(node FunctionCall, context StackableAstVisitorContext<Context>) : Type in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer.Visitor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type resolvedFunctions : Map<NodeRef<FunctionCall>,Signature> to resolvedFunctions : Map<NodeRef<FunctionCall>,FunctionHandle> in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer | From | To | |
Change Attribute Type functionSignature : Map<NodeRef<FunctionCall>,Signature> to functionHandles : Map<NodeRef<FunctionCall>,FunctionHandle> in class com.facebook.presto.sql.analyzer.Analysis | From | To |