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, isExactT mergeStatistics(Collection<? extends Metadata> statistics)
ColumnStatistics.statistics - list of ColumnStatistics instances to be collectedColumnStatisticsCopyright © 2021 The Apache Software Foundation. All rights reserved.