01718217269d9024ddb059f7190ad66744ee78d4
Files Diff
- Added: 0
- Removed: 21
- Renamed: 0
- Modified: 157
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 3 | ||
Change Parameter Type candidates : List<SqlFunction> to candidates : Collection<SqlFunction> in method private matchFunctionWithCoercion(candidates Collection<SqlFunction>, actualParameters List<Type>) : Optional<Signature> in class com.facebook.presto.metadata.FunctionRegistry | From | To | |
Change Parameter Type candidates : List<SqlFunction> to candidates : Collection<SqlFunction> in method private identifyApplicableFunctions(candidates Collection<SqlFunction>, actualParameters List<Type>, allowCoercion boolean) : List<ApplicableFunction> in class com.facebook.presto.metadata.FunctionRegistry | From | To | |
Change Parameter Type candidates : List<SqlFunction> to candidates : Collection<SqlFunction> in method private matchFunction(candidates Collection<SqlFunction>, parameters List<Type>, coercionAllowed boolean) : Optional<Signature> in class com.facebook.presto.metadata.FunctionRegistry | From | To | |
Inline Method | 2 | ||
Inline Method private getColumnHandles(tableHandle ConnectorTableHandle, includeSampleWeight boolean) : Map<String,ColumnHandle> inlined to public getColumnHandles(session ConnectorSession, tableHandle ConnectorTableHandle) : Map<String,ColumnHandle> in class com.facebook.presto.mongodb.MongoMetadata | From | To | |
Inline Method private getColumnHandles(tableHandle ConnectorTableHandle, includeSampleWeight boolean) : Map<String,ColumnHandle> inlined to public getColumnHandles(session ConnectorSession, tableHandle ConnectorTableHandle) : Map<String,ColumnHandle> in class com.facebook.presto.cassandra.CassandraMetadata | From | To | |
Rename Parameter | 1 | ||
Rename Parameter approximateQueriesEnabled : boolean to experimentalSyntaxEnabled : boolean in method public analyzeExpression(session Session, metadata Metadata, accessControl AccessControl, sqlParser SqlParser, scope Scope, analysis Analysis, experimentalSyntaxEnabled boolean, expression Expression) : ExpressionAnalysis in class com.facebook.presto.sql.analyzer.ExpressionAnalyzer | From | To |