|
Merge Attribute [projection : OProjection, orderBy : OOrderBy] to info : QueryPlanningInfo in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Merge Attribute [perRecordLetClause : OLetClause, whereClause : OWhereClause, projection : OProjection, orderBy : OOrderBy, groupBy : OGroupBy, target : OFromClause, orderApplied : boolean] to info : QueryPlanningInfo in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Merge Attribute [projection : OProjection, projectionAfterOrderBy : OProjection, preAggregateProjection : OProjection, aggregateProjection : OProjection] to info : QueryPlanningInfo in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Merge Attribute [preAggregateProjection : OProjection, aggregateProjection : OProjection, groupBy : OGroupBy, projection : OProjection, projectionsCalculated : boolean, globalLetClause : OLetClause, flattenedWhereClause : List<OAndBlock>, whereClause : OWhereClause, orderBy : OOrderBy, projectionAfterOrderBy : OProjection, orderApplied : boolean] to info : QueryPlanningInfo in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Merge Attribute [target : OFromClause, projection : OProjection] to info : QueryPlanningInfo in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Rename Method private addGlobalLet(alias OIdentifier, stm OStatement, pos int) : void renamed to private addRecordLevelLet(info QueryPlanningInfo, alias OIdentifier, stm OStatement, pos int) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Rename Method private addGlobalLet(alias OIdentifier, stm OStatement) : void renamed to private addRecordLevelLet(info QueryPlanningInfo, alias OIdentifier, stm OStatement) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Rename Method private addRecordLevelLet(alias OIdentifier, stm OStatement) : void renamed to private addGlobalLet(info QueryPlanningInfo, alias OIdentifier, stm OStatement) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Rename Method private handleUnwind(result OSelectExecutionPlan, unwind OUnwind, ctx OCommandContext, profilingEnabled boolean) : void renamed to private handleWhere(plan OSelectExecutionPlan, info QueryPlanningInfo, ctx OCommandContext, profilingEnabled boolean) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Rename Method private addRecordLevelLet(alias OIdentifier, stm OStatement, pos int) : void renamed to private addGlobalLet(info QueryPlanningInfo, alias OIdentifier, stm OStatement, pos int) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Change Parameter Type letClause : OLetClause to info : QueryPlanningInfo in method private handleGlobalLet(result OSelectExecutionPlan, info QueryPlanningInfo, ctx OCommandContext, profilingEnabled boolean) : boolean in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Change Parameter Type letClause : OLetClause to info : QueryPlanningInfo in method private handleLet(result OSelectExecutionPlan, info QueryPlanningInfo, ctx OCommandContext, profilingEnabled boolean) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Change Parameter Type orderBy : OOrderBy to info : QueryPlanningInfo in method private handleClassWithIndexForSortOnly(plan OSelectExecutionPlan, queryTarget OIdentifier, info QueryPlanningInfo, ctx OCommandContext, profilingEnabled boolean) : boolean in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Change Parameter Type orderBy : OOrderBy to info : QueryPlanningInfo in method private handleOrderBy(plan OSelectExecutionPlan, info QueryPlanningInfo, ctx OCommandContext, profilingEnabled boolean) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Move Attribute private preAggregateProjection : OProjection from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package preAggregateProjection : OProjection from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private groupBy : OGroupBy from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package groupBy : OGroupBy from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private whereClause : OWhereClause from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package whereClause : OWhereClause from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private orderBy : OOrderBy from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package orderBy : OOrderBy from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private skip : OSkip from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package skip : OSkip from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private distinct : boolean from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package distinct : boolean from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private globalLetClause : OLetClause from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package globalLetClause : OLetClause from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private projection : OProjection from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package projection : OProjection from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private perRecordLetClause : OLetClause from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package perRecordLetClause : OLetClause from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private flattenedWhereClause : List<OAndBlock> from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package flattenedWhereClause : List<OAndBlock> from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private orderApplied : boolean from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package orderApplied : boolean from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private target : OFromClause from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package target : OFromClause from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private limit : OLimit from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package limit : OLimit from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private projectionAfterOrderBy : OProjection from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package projectionAfterOrderBy : OProjection from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private aggregateProjection : OProjection from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package aggregateProjection : OProjection from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private expand : boolean from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package expand : boolean from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private projectionsCalculated : boolean from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package projectionsCalculated : boolean from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Move Attribute private unwind : OUnwind from class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner to package unwind : OUnwind from class com.orientechnologies.orient.core.sql.executor.QueryPlanningInfo |
From |
To |
|
Rename Parameter result : OSelectExecutionPlan to plan : OSelectExecutionPlan in method private handleClassAsTarget(plan OSelectExecutionPlan, info QueryPlanningInfo, ctx OCommandContext, profilingEnabled boolean) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Rename Parameter orderBy : OOrderBy to info : QueryPlanningInfo in method private handleOrderBy(plan OSelectExecutionPlan, info QueryPlanningInfo, ctx OCommandContext, profilingEnabled boolean) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Rename Parameter result : OSelectExecutionPlan to plan : OSelectExecutionPlan in method private handleWhere(plan OSelectExecutionPlan, info QueryPlanningInfo, ctx OCommandContext, profilingEnabled boolean) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Rename Parameter letClause : OLetClause to info : QueryPlanningInfo in method private handleLet(result OSelectExecutionPlan, info QueryPlanningInfo, ctx OCommandContext, profilingEnabled boolean) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Rename Parameter orderBy : OOrderBy to info : QueryPlanningInfo in method private handleClassWithIndexForSortOnly(plan OSelectExecutionPlan, queryTarget OIdentifier, info QueryPlanningInfo, ctx OCommandContext, profilingEnabled boolean) : boolean in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Rename Parameter letClause : OLetClause to info : QueryPlanningInfo in method private handleGlobalLet(result OSelectExecutionPlan, info QueryPlanningInfo, ctx OCommandContext, profilingEnabled boolean) : boolean in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |
|
Rename Parameter queryTarget : OFromClause to from : OFromClause in method private handleClassAsTarget(plan OSelectExecutionPlan, from OFromClause, info QueryPlanningInfo, ctx OCommandContext, profilingEnabled boolean) : void in class com.orientechnologies.orient.core.sql.executor.OSelectExecutionPlanner |
From |
To |