|
Move Method private calculateRowsCount(partitionStatistics Map<String,PartitionStatistics>) : Estimate from class com.facebook.presto.hive.HiveMetadata to private calculateRowsCount(partitionStatistics Map<String,PartitionStatistics>) : Estimate from class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider |
From |
To |
|
Move Method private calculateNullsCount(statisticsByPartitionName Map<String,PartitionStatistics>, column String) : Estimate from class com.facebook.presto.hive.HiveMetadata to private calculateNullsCount(statisticsByPartitionName Map<String,PartitionStatistics>, column String) : Estimate from class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider |
From |
To |
|
Move Method private calculateDistinctValuesCount(statisticsByPartitionName Map<String,PartitionStatistics>, column String) : Estimate from class com.facebook.presto.hive.HiveMetadata to private calculateDistinctValuesCount(statisticsByPartitionName Map<String,PartitionStatistics>, column String) : Estimate from class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider |
From |
To |
|
Move Method private convertStringParameter(parameterValue String) : OptionalLong from class com.facebook.presto.hive.HiveMetadata to private convertStringParameter(parameterValue String) : OptionalLong from class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider |
From |
To |
|
Move Method private countDistinctPartitionKeys(partitionColumn HiveColumnHandle, partitions List<HivePartition>) : Estimate from class com.facebook.presto.hive.HiveMetadata to private countDistinctPartitionKeys(partitionColumn HiveColumnHandle, partitions List<HivePartition>) : Estimate from class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider |
From |
To |
|
Move Method private readStatisticsFromParameters(parameters Map<String,String>, columnStatistics Map<String,HiveColumnStatistics>) : PartitionStatistics from class com.facebook.presto.hive.HiveMetadata to private readStatisticsFromParameters(parameters Map<String,String>, columnStatistics Map<String,HiveColumnStatistics>) : PartitionStatistics from class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider |
From |
To |
|
Move Method private getPartitionsStatistics(schemaTableName SchemaTableName, hivePartitions List<HivePartition>, tableColumns Set<String>) : Map<String,PartitionStatistics> from class com.facebook.presto.hive.HiveMetadata to private getPartitionsStatistics(schemaTableName SchemaTableName, hivePartitions List<HivePartition>, tableColumns Set<String>) : Map<String,PartitionStatistics> from class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider |
From |
To |
|
Move Method private calculateNullsCountForPartitioningKey(partitionColumn HiveColumnHandle, partitions List<HivePartition>, partitionStatistics Map<String,PartitionStatistics>) : Estimate from class com.facebook.presto.hive.HiveMetadata to private calculateNullsCountForPartitioningKey(partitionColumn HiveColumnHandle, partitions List<HivePartition>, partitionStatistics Map<String,PartitionStatistics>) : Estimate from class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider |
From |
To |
|
Move Method private getPartitionsStatistics(tableHandle HiveTableHandle, hivePartitions List<HivePartition>, tableColumns Set<String>) : Map<String,PartitionStatistics> from class com.facebook.presto.hive.HiveMetadata to private getPartitionsStatistics(tableHandle HiveTableHandle, hivePartitions List<HivePartition>, tableColumns Set<String>) : Map<String,PartitionStatistics> from class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider |
From |
To |
|
Move Method private summarizePartitionStatistics(partitionStatistics Collection<PartitionStatistics>, column String, valueExtractFunction Function<HiveColumnStatistics,OptionalDouble>, valueAggregateFunction Function<DoubleStream,OptionalDouble>) : Estimate from class com.facebook.presto.hive.HiveMetadata to private summarizePartitionStatistics(partitionStatistics Collection<PartitionStatistics>, column String, valueExtractFunction Function<HiveColumnStatistics,OptionalDouble>, valueAggregateFunction Function<DoubleStream,OptionalDouble>) : Estimate from class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider |
From |
To |
|
Move Method private getTableStatistics(schemaTableName SchemaTableName, tableColumns Set<String>) : PartitionStatistics from class com.facebook.presto.hive.HiveMetadata to private getTableStatistics(schemaTableName SchemaTableName, tableColumns Set<String>) : PartitionStatistics from class com.facebook.presto.hive.statistics.MetastoreHiveStatisticsProvider |
From |
To |