| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.columnstats.aggr | |
| org.apache.hadoop.hive.metastore.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryColumnStatsAggregator |
class |
BooleanColumnStatsAggregator |
class |
DateColumnStatsAggregator |
class |
DecimalColumnStatsAggregator |
class |
DoubleColumnStatsAggregator |
class |
LongColumnStatsAggregator |
class |
StringColumnStatsAggregator |
| Modifier and Type | Method and Description |
|---|---|
static ColumnStatsAggregator |
ColumnStatsAggregatorFactory.getColumnStatsAggregator(org.apache.hadoop.hive.metastore.api.ColumnStatisticsData._Fields type,
boolean useDensityFunctionForNDVEstimation,
double ndvTuner) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj> |
MetaStoreUtils.aggrPartitionStats(Map<ColumnStatsAggregator,List<MetaStoreUtils.ColStatsObjWithSourceInfo>> colStatsMap,
List<String> partNames,
boolean areAllPartsFound,
boolean useDensityFunctionForNDVEstimation,
double ndvTuner) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.