|
Rename Method public setQualifierRanges(table PTable) : boolean renamed to public useEncodedQualifierListOptimization(table PTable) : boolean in class org.apache.phoenix.util.EncodedColumnsUtil |
From |
To |
|
Rename Method private determineQualifierRange(qualifier Integer, minMaxQualifiers Pair<Integer,Integer>) : void renamed to private adjustQualifierRange(qualifier Integer, minMaxQualifiers Pair<Integer,Integer>) : void in class org.apache.phoenix.iterate.BaseResultIterators |
From |
To |
|
Rename Method private getEncodedQualifierRange(scan Scan, context StatementContext) : Pair<Integer,Integer> renamed to private setQualifierRanges(keyOnlyFilter boolean, table PTable, scan Scan, context StatementContext) : void in class org.apache.phoenix.iterate.BaseResultIterators |
From |
To |
|
Rename Method public addWhereCoditionColumn(cf byte[], q byte[]) : void renamed to public addWhereConditionColumn(cf byte[], q byte[]) : void in class org.apache.phoenix.compile.StatementContext |
From |
To |
|
Rename Variable range : Pair<Integer,Integer> to qualifierRangeForFamily : Pair<Integer,Integer> in method private setQualifierRanges(keyOnlyFilter boolean, table PTable, scan Scan, context StatementContext) : void in class org.apache.phoenix.iterate.BaseResultIterators |
From |
To |
|
Rename Variable qualifierRanges : Map<String,Pair<Integer,Integer>> to emptyKeyValueInfo : Pair<byte[],byte[]> in method private setQualifierRanges(keyOnlyFilter boolean, table PTable, scan Scan, context StatementContext) : void in class org.apache.phoenix.iterate.BaseResultIterators |
From |
To |