public abstract class ColumnStatsAggregator extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
ndvTuner |
boolean |
useDensityFunctionForNDVEstimation |
| Constructor and Description |
|---|
ColumnStatsAggregator() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj |
aggregate(List<MetaStoreUtils.ColStatsObjWithSourceInfo> colStatsWithSourceInfo,
List<String> partNames,
boolean areAllPartsFound) |
public boolean useDensityFunctionForNDVEstimation
public double ndvTuner
public abstract org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj aggregate(List<MetaStoreUtils.ColStatsObjWithSourceInfo> colStatsWithSourceInfo, List<String> partNames, boolean areAllPartsFound) throws org.apache.hadoop.hive.metastore.api.MetaException
org.apache.hadoop.hive.metastore.api.MetaExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.