Interface CollectableTableStatisticsKind<T>

All Superinterfaces:
StatisticsKind<T>
All Known Implementing Classes:
TableStatisticsKind

public interface CollectableTableStatisticsKind<T> extends StatisticsKind<T>
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 Details