Interface CollectableTableStatisticsKind<T>
- All Superinterfaces:
StatisticsKind<T>
- All Known Implementing Classes:
TableStatisticsKind
This class represents kinds of table statistics which may be received as a union
of other statistics, for example row count may be received as a sum of row counts
of underlying metadata parts.
-
Method Summary
Modifier and TypeMethodDescriptionmergeStatistics
(Collection<? extends Metadata> statistics) Returns table statistics value received by collecting specifiedColumnStatistics
.Methods inherited from interface org.apache.drill.metastore.statistics.StatisticsKind
getName, isExact
-
Method Details
-
mergeStatistics
Returns table statistics value received by collecting specifiedColumnStatistics
.- Parameters:
statistics
- list ofColumnStatistics
instances to be collected- Returns:
- column statistics value received by collecting specified
ColumnStatistics
-