65c61c767805c80356de3444d9d6a71a5c2dbb0f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Extract Method | 2 | ||
Extract Method private countOfMatchingNodes(plan Plan, predicate Predicate<PlanNode>) : int extracted from public testSameScalarSubqueryIsAppliedOnlyOnce() : void in class com.facebook.presto.sql.planner.TestLogicalPlanner | From | To | |
Extract Method private rewriteInPredicates(node PlanNode, expressions Expression) : PlanNode extracted from public visitFilter(node FilterNode, context RewriteContext<Void>) : PlanNode in class com.facebook.presto.sql.planner.optimizations.TransformUncorrelatedInPredicateSubqueryToSemiJoin.InPredicateRewriter | From | To |