c50feca254f4c8ae2505d83f738a6ab9d92a9fd9
Files Diff
- Added: 4
- Removed: 0
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method public select(from TableNode, hint HintNode, isDistinct boolean, select List<AliasedNode>, where ParseNode, groupBy List<ParseNode>, having ParseNode, orderBy List<OrderByNode>, limit LimitNode, bindCount int, isAggregate boolean, hasSequence boolean, selects List<SelectStatement>) : ExecutableSelectStatement extracted from public select(from TableNode, hint HintNode, isDistinct boolean, select List<AliasedNode>, where ParseNode, groupBy List<ParseNode>, having ParseNode, orderBy List<OrderByNode>, limit LimitNode, bindCount int, isAggregate boolean, hasSequence boolean) : ExecutableSelectStatement in class org.apache.phoenix.jdbc.PhoenixStatement.ExecutableNodeFactory | From | To | |
Extract Method public compileSelect(select SelectStatement) : QueryPlan extracted from public compile() : QueryPlan in class org.apache.phoenix.compile.QueryCompiler | From | To |