public interface IExtrapolatePartStatus
| Modifier and Type | Method and Description |
|---|---|
void |
extrapolate(org.apache.hadoop.hive.metastore.api.ColumnStatisticsData extrapolateData,
int numParts,
int numPartsWithStats,
Map<String,Double> adjustedIndexMap,
Map<String,org.apache.hadoop.hive.metastore.api.ColumnStatisticsData> adjustedStatsMap,
double densityAvg) |
void extrapolate(org.apache.hadoop.hive.metastore.api.ColumnStatisticsData extrapolateData,
int numParts,
int numPartsWithStats,
Map<String,Double> adjustedIndexMap,
Map<String,org.apache.hadoop.hive.metastore.api.ColumnStatisticsData> adjustedStatsMap,
double densityAvg)
extrapolateData - it will carry back the specific stats, e.g., DOUBLE_STATS or
LONG_STATSnumParts - the total number of partitionsnumPartsWithStats - the number of partitions that have statsadjustedIndexMap - the partition name to index mapadjustedStatsMap - the partition name to its stats mapdensityAvg - the average of ndv density, which is useful when
useDensityFunctionForNDVEstimation is true.Copyright © 2019 The Apache Software Foundation. All Rights Reserved.