Interface CollectableColumnStatisticsKind<V>

All Superinterfaces:
StatisticsKind<V>
All Known Implementing Classes:
ColumnStatisticsKind

public interface CollectableColumnStatisticsKind<V> extends StatisticsKind<V>
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.