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