f8a9db40602d92738fef985b4237a8216898a177
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public getPartitioningColumns() : Optional<Set<ColumnHandle>> renamed to public getStreamPartitioningColumns() : Optional<Set<ColumnHandle>> in class com.facebook.presto.metadata.TableLayout | From | To | |
Rename Variable | 2 | ||
Rename Variable partitionSymbols : Optional<Set<Symbol>> to streamPartitionSymbols : Optional<Set<Symbol>> in method public visitTableScan(node TableScanNode, inputProperties List<StreamProperties>) : StreamProperties in class com.facebook.presto.sql.planner.optimizations.StreamPropertyDerivations.Visitor | From | To | |
Rename Variable partitioning : Optional<List<Symbol>> to streamPartitioning : Optional<List<Symbol>> in method private deriveGlobalProperties(layout TableLayout, assignments Map<ColumnHandle,Symbol>, constants Map<ColumnHandle,NullableValue>) : Global in class com.facebook.presto.sql.planner.optimizations.PropertyDerivations.Visitor | From | To |