|
Rename Method public addFilter(filter ParseNode) : void renamed to public pushDownFilter(filter ParseNode) : void in class org.apache.phoenix.compile.JoinCompiler.JoinTable |
From |
To |
|
Rename Method public getDependencies() : Set<TableRef> renamed to public getDependentTableRefs() : Set<TableRef> in class org.apache.phoenix.compile.JoinCompiler.JoinSpec |
From |
To |
|
Rename Method public getTables() : List<Table> renamed to public getAllTables() : List<Table> in class org.apache.phoenix.compile.JoinCompiler.JoinTable |
From |
To |
|
Rename Method public addOnCondition(node ParseNode) : void renamed to public pushDownOnCondition(node ParseNode) : void in class org.apache.phoenix.compile.JoinCompiler.JoinSpec |
From |
To |
|
Rename Method public getTable() : Table renamed to public getLeftTable() : Table in class org.apache.phoenix.compile.JoinCompiler.JoinTable |
From |
To |
|
Rename Method public getJoinTable() : JoinTable renamed to public getRhsJoinTable() : JoinTable in class org.apache.phoenix.compile.JoinCompiler.JoinSpec |
From |
To |
|
Rename Method public getTableRefs() : List<TableRef> renamed to public getAllTableRefs() : List<TableRef> in class org.apache.phoenix.compile.JoinCompiler.JoinTable |
From |
To |
|
Pull Up Method protected leaveNonBooleanNode(node ParseNode, l List<ParseNode>) : ParseNode from class org.apache.phoenix.optimize.QueryOptimizer.WhereConditionRewriter to protected leaveNonBooleanNode(parentParseNode ParseNode, childParseNodes List<ParseNode>) : ParseNode from class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method public visitEnter(node AndParseNode) : boolean from class org.apache.phoenix.compile.JoinCompiler.WhereNodeVisitor to public visitEnter(andParseNode AndParseNode) : boolean from class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method public visitLeave(node AndParseNode, l List<ParseNode>) : ParseNode from class org.apache.phoenix.compile.SubqueryRewriter.JoinConditionExtractor to public visitLeave(andParseNode AndParseNode, childParseNodes List<ParseNode>) : ParseNode from class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method public addElement(l List<ParseNode>, element ParseNode) : void from class org.apache.phoenix.compile.SubqueryRewriter.JoinConditionExtractor to public addElement(childParseNodeResults List<ParseNode>, newChildParseNode ParseNode) : void from class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method protected enterNonBooleanNode(node ParseNode) : boolean from class org.apache.phoenix.compile.JoinCompiler.OnNodeVisitor to protected enterNonBooleanNode(parseNode ParseNode) : boolean from class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method protected enterNonBooleanNode(node ParseNode) : boolean from class org.apache.phoenix.compile.JoinCompiler.WhereNodeVisitor to protected enterNonBooleanNode(parseNode ParseNode) : boolean from class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method protected enterBooleanNode(node ParseNode) : boolean from class org.apache.phoenix.compile.JoinCompiler.OnNodeVisitor to protected enterBooleanNode(parseNode ParseNode) : boolean from class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method public addElement(l List<ParseNode>, element ParseNode) : void from class org.apache.phoenix.optimize.QueryOptimizer.WhereConditionRewriter to public addElement(childParseNodeResults List<ParseNode>, newChildParseNode ParseNode) : void from class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method public visitLeave(node AndParseNode, l List<ParseNode>) : ParseNode from class org.apache.phoenix.optimize.QueryOptimizer.WhereConditionRewriter to public visitLeave(andParseNode AndParseNode, childParseNodes List<ParseNode>) : ParseNode from class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method public newElementList(size int) : List<ParseNode> from class org.apache.phoenix.compile.SubqueryRewriter.JoinConditionExtractor to public newElementList(size int) : List<ParseNode> from class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method protected enterBooleanNode(node ParseNode) : boolean from class org.apache.phoenix.compile.JoinCompiler.WhereNodeVisitor to protected enterBooleanNode(parseNode ParseNode) : boolean from class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method protected leaveNonBooleanNode(node ParseNode, l List<ParseNode>) : ParseNode from class org.apache.phoenix.compile.SubqueryRewriter.JoinConditionExtractor to protected leaveNonBooleanNode(parentParseNode ParseNode, childParseNodes List<ParseNode>) : ParseNode from class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method public newElementList(size int) : List<ParseNode> from class org.apache.phoenix.optimize.QueryOptimizer.WhereConditionRewriter to public newElementList(size int) : List<ParseNode> from class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Pull Up Method public visitEnter(node AndParseNode) : boolean from class org.apache.phoenix.compile.JoinCompiler.OnNodeVisitor to public visitEnter(andParseNode AndParseNode) : boolean from class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Move Method protected enterBooleanNode(node ParseNode) : boolean from class org.apache.phoenix.optimize.QueryOptimizer.WhereConditionRewriter to protected enterBooleanNode(parseNode ParseNode) : boolean from class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Move Method public visitEnter(node AndParseNode) : boolean from class org.apache.phoenix.compile.SubqueryRewriter.JoinConditionExtractor to public visitEnter(andParseNode AndParseNode) : boolean from class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Move Method protected enterBooleanNode(node ParseNode) : boolean from class org.apache.phoenix.compile.SubqueryRewriter.JoinConditionExtractor to protected enterBooleanNode(parseNode ParseNode) : boolean from class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Move Method public visitEnter(node AndParseNode) : boolean from class org.apache.phoenix.optimize.QueryOptimizer.WhereConditionRewriter to public visitEnter(andParseNode AndParseNode) : boolean from class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Move Method protected enterNonBooleanNode(node ParseNode) : boolean from class org.apache.phoenix.compile.SubqueryRewriter.JoinConditionExtractor to protected enterNonBooleanNode(parseNode ParseNode) : boolean from class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Move Method protected enterNonBooleanNode(node ParseNode) : boolean from class org.apache.phoenix.optimize.QueryOptimizer.WhereConditionRewriter to protected enterNonBooleanNode(parseNode ParseNode) : boolean from class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Rename Parameter node : ParseNode to parseNode : ParseNode in method protected enterBooleanNode(parseNode ParseNode) : boolean in class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Rename Parameter l : List<ParseNode> to childParseNodes : List<ParseNode> in method protected leaveNonBooleanNode(parentParseNode ParseNode, childParseNodes List<ParseNode>) : ParseNode in class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Rename Parameter node : ParseNode to parentParseNode : ParseNode in method protected leaveNonBooleanNode(parentParseNode ParseNode, childParseNodes List<ParseNode>) : ParseNode in class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Rename Parameter node : ParseNode to parseNode : ParseNode in method protected enterNonBooleanNode(parseNode ParseNode) : boolean in class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Rename Parameter element : ParseNode to newChildParseNode : ParseNode in method public addElement(childParseNodeResults List<ParseNode>, newChildParseNode ParseNode) : void in class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Rename Parameter l : List<ParseNode> to childParseNodeResults : List<ParseNode> in method public addElement(childParseNodeResults List<ParseNode>, newChildParseNode ParseNode) : void in class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Rename Parameter l : List<ParseNode> to childParseNodes : List<ParseNode> in method public visitLeave(andParseNode AndParseNode, childParseNodes List<ParseNode>) : ParseNode in class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |
|
Rename Parameter node : AndParseNode to andParseNode : AndParseNode in method public visitEnter(andParseNode AndParseNode) : boolean in class org.apache.phoenix.parse.AndBooleanParseNodeVisitor |
From |
To |
|
Rename Parameter node : AndParseNode to andParseNode : AndParseNode in method public visitLeave(andParseNode AndParseNode, childParseNodes List<ParseNode>) : ParseNode in class org.apache.phoenix.parse.AndRewriterBooleanParseNodeVisitor |
From |
To |