Package org.apache.gravitino.stats
Interface PartitionStatistics
- All Known Implementing Classes:
PartitionStatisticsDTO
public interface PartitionStatistics
PartitionStatistics represents statistics for a specific partition in a data source.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the partition for which these statistics are applicable.Returns the statistics for the partition.
-
Method Details