|
Change Parameter Type tableStatistics : Map<Symbol,TableStatisticType> to tableStatistics : Map<TableStatisticType,Symbol> in method private printStatisticAggregationsInfo(tableStatistics Map<TableStatisticType,Symbol>, columnStatistics Map<ColumnStatisticMetadata,Symbol>, aggregations Map<Symbol,Aggregation>, indent int) : void in class com.facebook.presto.sql.planner.planPrinter.PlanPrinter.Visitor |
From |
To |
|
Change Parameter Type columnStatistics : Map<T,ColumnStatisticMetadata> to columnStatistics : Map<ColumnStatisticMetadata,T> in method public StatisticAggregationsDescriptor(grouping Map<String,T>, tableStatistics Map<TableStatisticType,T>, columnStatistics Map<ColumnStatisticMetadata,T>) in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor |
From |
To |
|
Change Parameter Type columnStatistics : Map<Symbol,ColumnStatisticMetadata> to columnStatistics : Map<ColumnStatisticMetadata,Symbol> in method private printStatisticAggregationsInfo(tableStatistics Map<TableStatisticType,Symbol>, columnStatistics Map<ColumnStatisticMetadata,Symbol>, aggregations Map<Symbol,Aggregation>, indent int) : void in class com.facebook.presto.sql.planner.planPrinter.PlanPrinter.Visitor |
From |
To |
|
Change Parameter Type input : Map<K1,V> to input : Map<K,V1> in method private map(input Map<K,V1>, mapper Function<V1,V2>) : Map<K,V2> in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor |
From |
To |
|
Change Parameter Type tableStatistics : Map<T,TableStatisticType> to tableStatistics : Map<TableStatisticType,T> in method public StatisticAggregationsDescriptor(grouping Map<String,T>, tableStatistics Map<TableStatisticType,T>, columnStatistics Map<ColumnStatisticMetadata,T>) in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor |
From |
To |
|
Change Parameter Type grouping : Map<T,String> to grouping : Map<String,T> in method public StatisticAggregationsDescriptor(grouping Map<String,T>, tableStatistics Map<TableStatisticType,T>, columnStatistics Map<ColumnStatisticMetadata,T>) in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor |
From |
To |
|
Change Parameter Type mapper : Function<K1,K2> to mapper : Function<V1,V2> in method private map(input Map<K,V1>, mapper Function<V1,V2>) : Map<K,V2> in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor |
From |
To |
|
Change Return Type Map<T,String> to Map<String,T> in method public getGrouping() : Map<String,T> in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor |
From |
To |
|
Change Return Type Map<K2,V> to Map<K,V2> in method private map(input Map<K,V1>, mapper Function<V1,V2>) : Map<K,V2> in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor |
From |
To |
|
Change Return Type Map<T,TableStatisticType> to Map<TableStatisticType,T> in method public getTableStatistics() : Map<TableStatisticType,T> in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor |
From |
To |
|
Change Return Type Map<T,ColumnStatisticMetadata> to Map<ColumnStatisticMetadata,T> in method public getColumnStatistics() : Map<ColumnStatisticMetadata,T> in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor |
From |
To |
|
Change Variable Type tableStatistic : Map.Entry<Symbol,TableStatisticType> to tableStatistic : Map.Entry<TableStatisticType,Symbol> in method private printStatisticAggregationsInfo(tableStatistics Map<TableStatisticType,Symbol>, columnStatistics Map<ColumnStatisticMetadata,Symbol>, aggregations Map<Symbol,Aggregation>, indent int) : void in class com.facebook.presto.sql.planner.planPrinter.PlanPrinter.Visitor |
From |
To |
|
Change Variable Type columnStatistic : Map.Entry<Symbol,ColumnStatisticMetadata> to columnStatistic : Map.Entry<ColumnStatisticMetadata,Symbol> in method private printStatisticAggregationsInfo(tableStatistics Map<TableStatisticType,Symbol>, columnStatistics Map<ColumnStatisticMetadata,Symbol>, aggregations Map<Symbol,Aggregation>, indent int) : void in class com.facebook.presto.sql.planner.planPrinter.PlanPrinter.Visitor |
From |
To |
|
Change Attribute Type grouping : ImmutableMap.Builder<T,String> to grouping : ImmutableMap.Builder<String,T> in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor.Builder |
From |
To |
|
Change Attribute Type columnStatistics : ImmutableMap.Builder<T,ColumnStatisticMetadata> to columnStatistics : ImmutableMap.Builder<ColumnStatisticMetadata,T> in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor.Builder |
From |
To |
|
Change Attribute Type tableStatistics : ImmutableMap.Builder<T,TableStatisticType> to tableStatistics : ImmutableMap.Builder<TableStatisticType,T> in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor.Builder |
From |
To |
|
Change Attribute Type tableStatistics : Map<T,TableStatisticType> to tableStatistics : Map<TableStatisticType,T> in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor |
From |
To |
|
Change Attribute Type grouping : Map<T,String> to grouping : Map<String,T> in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor |
From |
To |
|
Change Attribute Type columnStatistics : Map<T,ColumnStatisticMetadata> to columnStatistics : Map<ColumnStatisticMetadata,T> in class com.facebook.presto.sql.planner.plan.StatisticAggregationsDescriptor |
From |
To |