d1ad1f585d5a12dedee94288c7abd419bf7365d5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Attribute | 1 | ||
Rename Attribute columnRefSet : Set<ColumnRef> to nonPkColumnRefSet : LinkedHashSet<ColumnRef> in class org.apache.phoenix.compile.TupleProjectionCompiler.ColumnRefVisitor | From | To | |
Extract Variable | 1 | ||
Extract Variable resolveColumn : ColumnRef in method public visit(node ColumnParseNode) : Void from class org.apache.phoenix.compile.TupleProjectionCompiler.ColumnRefVisitor | From | To | |
Change Attribute Type | 2 | ||
Change Attribute Type localIndexColumnRefSet : Set<LocalIndexDataColumnRef> to localIndexColumnRefSet : LinkedHashSet<LocalIndexDataColumnRef> in class org.apache.phoenix.compile.TupleProjectionCompiler.ColumnRefVisitor | From | To | |
Change Attribute Type columnRefSet : Set<ColumnRef> to nonPkColumnRefSet : LinkedHashSet<ColumnRef> in class org.apache.phoenix.compile.TupleProjectionCompiler.ColumnRefVisitor | From | To |