public interface CollectableTableStatisticsKind<T> extends StatisticsKind<T>
Modifier and Type | Method and Description |
---|---|
T |
mergeStatistics(Collection<? extends Metadata> statistics)
Returns table statistics value received by collecting specified
ColumnStatistics . |
getName, isExact
T mergeStatistics(Collection<? extends Metadata> statistics)
ColumnStatistics
.statistics
- list of ColumnStatistics
instances to be collectedColumnStatistics
Copyright © 1970 The Apache Software Foundation. All rights reserved.