public class ColumnStatsAggregatorFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static ColumnStatsAggregator |
getColumnStatsAggregator(org.apache.hadoop.hive.metastore.api.ColumnStatisticsData._Fields type,
boolean useDensityFunctionForNDVEstimation,
double ndvTuner) |
static org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj |
newColumnStaticsObj(String colName,
String colType,
org.apache.hadoop.hive.metastore.api.ColumnStatisticsData._Fields type) |
public static ColumnStatsAggregator getColumnStatsAggregator(org.apache.hadoop.hive.metastore.api.ColumnStatisticsData._Fields type, boolean useDensityFunctionForNDVEstimation, double ndvTuner)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.