Package org.apache.gravitino.stats
package org.apache.gravitino.stats
-
ClassDescriptionPartitionRange represents a range of partitions defined by lower and upper partition names.Enum representing the type of bounds for a partition range.PartitionStatistics represents statistics for a specific partition in a data source.PartitionDropStatistics represents the statistics related to dropping partitions in a data source.PartitionStatisticsModification provides methods to create instances of PartitionStatisticsDrop and PartitionStatisticsUpdate, which are used to manage statistics related to partitions in a data source.PartitionUpdateStatistics represents the statistics for a specific partition that can be updated.Statistic interface represents a statistic that can be associated with a metadata object.An interface representing a statistic value.A class representing a collection of statistic values.A statistic value that holds a Boolean value.A statistic value that holds a Double value.A statistic value that holds a List of other statistic values.A statistic value that holds a Long value.A statistic value that holds a Map of String keys to other statistic values.A statistic value that holds a String value.SupportsPartitionStatistics provides methods to list and update statistics for partitions.SupportsStatistics provides methods to list and update statistics.