d5e6f0eadd4c6866bb71e4039945c063ce3e588b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public isForceDistributedWriting(session Session, defaultValue boolean) : boolean renamed to public isRedistributeWrites(session Session, defaultValue boolean) : boolean in class com.facebook.presto.SystemSessionProperties | From | To | |
Rename Method public isForceDistributedWriting() : boolean renamed to public isRedistributeWrites() : boolean in class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To | |
Rename Method public setForceDistributedWriting(forceDistributedWriting boolean) : FeaturesConfig renamed to public setRedistributeWrites(redistributeWrites boolean) : FeaturesConfig in class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To | |
Rename Variable | 1 | ||
Rename Variable forceDistributedWriting : boolean to redistributeWrites : boolean in method public optimize(plan PlanNode, session Session, types Map<Symbol,Type>, symbolAllocator SymbolAllocator, idAllocator PlanNodeIdAllocator) : PlanNode in class com.facebook.presto.sql.planner.optimizations.AddExchanges | From | To | |
Rename Attribute | 4 | ||
Rename Attribute forceDistributedWriting : boolean to redistributeWrites : boolean in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter | From | To | |
Rename Attribute forceDistributedWriting : boolean to redistributeWrites : boolean in class com.facebook.presto.sql.planner.optimizations.AddExchanges | From | To | |
Rename Attribute forceDistributedWriting : boolean to redistributeWrites : boolean in class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To | |
Rename Attribute FORCE_DISTRIBUTED_WRITING : String to REDISTRIBUTE_WRITES : String in class com.facebook.presto.SystemSessionProperties | From | To | |
Rename Parameter | 3 | ||
Rename Parameter forceDistributedWriting : boolean to redistributeWrites : boolean in method public AddExchanges(metadata Metadata, parser SqlParser, distributedIndexJoins boolean, distributedJoins boolean, redistributeWrites boolean) in class com.facebook.presto.sql.planner.optimizations.AddExchanges | From | To | |
Rename Parameter forceDistributedWriting : boolean to redistributeWrites : boolean in method public Rewriter(allocator SymbolAllocator, idAllocator PlanNodeIdAllocator, symbolAllocator SymbolAllocator, session Session, distributedIndexJoins boolean, distributedJoins boolean, preferStreamingOperators boolean, redistributeWrites boolean) in class com.facebook.presto.sql.planner.optimizations.AddExchanges.Rewriter | From | To | |
Rename Parameter forceDistributedWriting : boolean to redistributeWrites : boolean in method public setRedistributeWrites(redistributeWrites boolean) : FeaturesConfig in class com.facebook.presto.sql.analyzer.FeaturesConfig | From | To |