public interface CollectableColumnStatisticsKind<V> extends StatisticsKind<V>
| Modifier and Type | Method and Description |
|---|---|
Object |
mergeStatistics(List<? extends ColumnStatistics<?>> statistics)
Returns column statistics value received by collecting specified
ColumnStatistics. |
getName, isExactObject mergeStatistics(List<? extends ColumnStatistics<?>> statistics)
ColumnStatistics.statistics - list of ColumnStatistics instances to be collectedColumnStatisticsCopyright © 2021 The Apache Software Foundation. All rights reserved.