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, isExact
Object mergeStatistics(List<? extends ColumnStatistics<?>> statistics)
ColumnStatistics
.statistics
- list of ColumnStatistics
instances to be collectedColumnStatistics
Copyright © 1970 The Apache Software Foundation. All rights reserved.