301f573dd05788eb6e154c16ad2403700a5b1e9e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Parameterize Variable | 1 | ||
Parameterize Variable alias : GridSqlAlias to parentExpr : GridSqlElement in method private splitAggregates(parentExpr GridSqlElement, childIdx int, mapSelect List<GridSqlElement>, exprIdx int, first boolean) : boolean in class org.apache.ignite.internal.processors.query.h2.sql.GridSqlQuerySplitter | From | To | |
Change Variable Type | 1 | ||
Change Variable Type alias : GridSqlAlias to parentExpr : GridSqlElement in method private splitAggregates(parentExpr GridSqlElement, childIdx int, mapSelect List<GridSqlElement>, exprIdx int, first boolean) : boolean in class org.apache.ignite.internal.processors.query.h2.sql.GridSqlQuerySplitter | From | To | |
Extract Method | 1 | ||
Extract Method private splitAggregates(parentExpr GridSqlElement, childIdx int, mapSelect List<GridSqlElement>, exprIdx int, first boolean) : boolean extracted from private splitSelectExpression(mapSelect List<GridSqlElement>, rdcSelect GridSqlElement[], colNames Set<String>, idx int, collocated boolean) : boolean in class org.apache.ignite.internal.processors.query.h2.sql.GridSqlQuerySplitter | From | To | |
Rename Parameter | 1 | ||
Rename Parameter idx : int to exprIdx : int in method private splitAggregates(parentExpr GridSqlElement, childIdx int, mapSelect List<GridSqlElement>, exprIdx int, first boolean) : boolean in class org.apache.ignite.internal.processors.query.h2.sql.GridSqlQuerySplitter | From | To |