| Modifier and Type | Method and Description |
|---|---|
static KllHistogramEstimator |
KllHistogramEstimatorFactory.getEmptyHistogramEstimator()
This method creates an empty histogram estimator with a KLL sketch with k=200.
|
static KllHistogramEstimator |
KllHistogramEstimatorFactory.getEmptyHistogramEstimator(int k)
This method creates an empty histogram estimator with a KLL sketch of a given k parameter.
|
static KllHistogramEstimator |
KllHistogramEstimatorFactory.getEmptyHistogramEstimator(KllHistogramEstimator kllHistogramEstimator)
This method creates an empty KLL histogram estimator, using the k parameter from the given estimator.
|
static KllHistogramEstimator |
KllHistogramEstimatorFactory.getKllHistogramEstimator(byte[] buf)
This function deserializes the serialized KLL histogram estimator from a byte array.
|
static KllHistogramEstimator |
KllHistogramEstimatorFactory.getKllHistogramEstimator(byte[] buf,
int start,
int len)
This function deserializes the serialized KLL histogram estimator from a byte array.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
KllHistogramEstimator.canMerge(KllHistogramEstimator o) |
static KllHistogramEstimator |
KllHistogramEstimatorFactory.getEmptyHistogramEstimator(KllHistogramEstimator kllHistogramEstimator)
This method creates an empty KLL histogram estimator, using the k parameter from the given estimator.
|
void |
KllHistogramEstimator.mergeEstimators(KllHistogramEstimator o) |
| Modifier and Type | Method and Description |
|---|---|
protected KllHistogramEstimator |
ColumnStatsAggregator.mergeHistograms(List<MetaStoreServerUtils.ColStatsObjWithSourceInfo> colStatsWithSourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
KllHistogramEstimator |
TimestampColumnStatsDataInspector.getHistogramEstimator() |
KllHistogramEstimator |
DateColumnStatsDataInspector.getHistogramEstimator() |
KllHistogramEstimator |
LongColumnStatsDataInspector.getHistogramEstimator() |
KllHistogramEstimator |
DoubleColumnStatsDataInspector.getHistogramEstimator() |
KllHistogramEstimator |
DecimalColumnStatsDataInspector.getHistogramEstimator() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimestampColumnStatsDataInspector.setHistogramEstimator(KllHistogramEstimator histogramEstimator) |
void |
DateColumnStatsDataInspector.setHistogramEstimator(KllHistogramEstimator histogramEstimator) |
void |
LongColumnStatsDataInspector.setHistogramEstimator(KllHistogramEstimator histogramEstimator) |
void |
DoubleColumnStatsDataInspector.setHistogramEstimator(KllHistogramEstimator histogramEstimator) |
void |
DecimalColumnStatsDataInspector.setHistogramEstimator(KllHistogramEstimator histogramEstimator) |
| Modifier and Type | Method and Description |
|---|---|
protected KllHistogramEstimator |
ColumnStatsMerger.mergeHistogramEstimator(String columnName,
KllHistogramEstimator oldEst,
KllHistogramEstimator newEst) |
| Modifier and Type | Method and Description |
|---|---|
protected KllHistogramEstimator |
ColumnStatsMerger.mergeHistogramEstimator(String columnName,
KllHistogramEstimator oldEst,
KllHistogramEstimator newEst) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.