9dea76f468c07558ec62cda6b8379a2c64df27d5
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public countSources(nodes List<PlanNode>) : int renamed to public getNumberOfTableScans(nodes PlanNode...) : int in class com.facebook.presto.sql.planner.FragmentTableScanCounter | From | To | |
Change Parameter Type | 2 | ||
Change Parameter Type nodes : List<PlanNode> to nodes : PlanNode... in method public getNumberOfTableScans(nodes PlanNode...) : int in class com.facebook.presto.sql.planner.FragmentTableScanCounter | From | To | |
Change Parameter Type parentPreference : PreferredProperties.PartitioningProperties to parentPreference : PartitioningProperties in method private selectUnionPartitioning(node UnionNode, parentPreference PartitioningProperties) : Partitioning in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter | From | To | |
Rename Variable | 4 | ||
Rename Variable parentGlobal : Optional<PreferredProperties.Global> to parentPartitioningPreference : Optional<PreferredProperties.Global> in method public visitUnion(node UnionNode, parentPreference PreferredProperties) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter | From | To | |
Rename Variable parentPartitioningPreference : PreferredProperties.PartitioningProperties to parentPartitioningProperties : PartitioningProperties in method public visitUnion(node UnionNode, parentPreference PreferredProperties) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter | From | To | |
Rename Variable partitionedOutputLayouts : List<List<Symbol>> to singleNodeOutputLayouts : List<List<Symbol>> in method public visitUnion(node UnionNode, parentPreference PreferredProperties) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter | From | To | |
Rename Variable unpartitionedOutputLayouts : List<List<Symbol>> to distributedOutputLayouts : List<List<Symbol>> in method public visitUnion(node UnionNode, parentPreference PreferredProperties) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter | From | To | |
Change Variable Type | 3 | ||
Change Variable Type childPartitioning : PreferredProperties.PartitioningProperties to childPartitioning : PartitioningProperties in method private selectUnionPartitioning(node UnionNode, parentPreference PartitioningProperties) : Partitioning in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter | From | To | |
Change Variable Type parentPartitioningPreferences : Optional<PreferredProperties.PartitioningProperties> to parentPartitioningPreferences : Optional<PartitioningProperties> in method private shouldRepartitionForIndexJoin(joinColumns List<Symbol>, parentPreferredProperties PreferredProperties, probeProperties ActualProperties) : boolean in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter | From | To | |
Change Variable Type parentPartitioningPreference : PreferredProperties.PartitioningProperties to parentPartitioningProperties : PartitioningProperties in method public visitUnion(node UnionNode, parentPreference PreferredProperties) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter | From | To | |
Rename Parameter | 2 | ||
Rename Parameter partitionedOutputLayouts : List<List<Symbol>> to distributedOutputLayouts : List<List<Symbol>> in method private arbitraryDistributeUnion(node UnionNode, distributedChildren List<PlanNode>, distributedOutputLayouts List<List<Symbol>>) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter | From | To | |
Rename Parameter partitionedChildren : List<PlanNode> to distributedChildren : List<PlanNode> in method private arbitraryDistributeUnion(node UnionNode, distributedChildren List<PlanNode>, distributedOutputLayouts List<List<Symbol>>) : PlanWithProperties in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter | From | To |