71e763862db5386ad117abc1d366642c550c4ddc
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 27
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 2 | ||
Rename Method public getOutputPartitioningScheme() : PartitioningScheme renamed to public getPartitioningScheme() : PartitioningScheme in class com.facebook.presto.sql.planner.PlanFragment | From | To | |
Rename Method public getOutputPartitioningScheme() : PartitioningScheme renamed to public getPartitioningScheme() : PartitioningScheme in class com.facebook.presto.sql.planner.PlanFragmenter.FragmentProperties | From | To | |
Change Parameter Type | 1 | ||
Change Parameter Type partitioning : Partitioning to partitioning : PartitioningHandle in method public LocalExchange(partitioning PartitioningHandle, defaultConcurrency int, types List<? extends Type>, partitionChannels List<Integer>, partitionHashChannel Optional<Integer>) in class com.facebook.presto.operator.exchange.LocalExchange | From | To | |
Rename Variable | 1 | ||
Rename Variable outputPartitioningScheme : PartitioningScheme to partitioningScheme : PartitioningScheme in method private formatFragment(metadata Metadata, session Session, fragment PlanFragment, stageStats Optional<StageStats>, planNodeStats Optional<Map<PlanNodeId,PlanNodeStats>>) : String in class com.facebook.presto.sql.planner.PlanPrinter | From | To | |
Rename Attribute | 2 | ||
Rename Attribute outputPartitioningScheme : PartitioningScheme to partitioningScheme : PartitioningScheme in class com.facebook.presto.sql.planner.PlanFragment | From | To | |
Rename Attribute outputPartitioningScheme : PartitioningScheme to partitioningScheme : PartitioningScheme in class com.facebook.presto.sql.planner.PlanFragmenter.FragmentProperties | From | To | |
Rename Parameter | 3 | ||
Rename Parameter outputPartitioningScheme : PartitioningScheme to partitioningScheme : PartitioningScheme in method public plan(session Session, plan PlanNode, types Map<Symbol,Type>, partitioningScheme PartitioningScheme, outputBuffer OutputBuffer) : LocalExecutionPlan in class com.facebook.presto.sql.planner.LocalExecutionPlanner | From | To | |
Rename Parameter outputPartitioningScheme : PartitioningScheme to partitioningScheme : PartitioningScheme in method public FragmentProperties(partitioningScheme PartitioningScheme) in class com.facebook.presto.sql.planner.PlanFragmenter.FragmentProperties | From | To | |
Rename Parameter outputPartitioningScheme : PartitioningScheme to partitioningScheme : PartitioningScheme in method public PlanFragment(id PlanFragmentId, root PlanNode, symbols Map<Symbol,Type>, partitioning PartitioningHandle, partitionedSources List<PlanNodeId>, partitioningScheme PartitioningScheme) in class com.facebook.presto.sql.planner.PlanFragment | From | To |