Class PartitionStatsUtil


  • public class PartitionStatsUtil
    extends java.lang.Object
    • Method Detail

      • computeStats

        public static java.util.Collection<PartitionStats> computeStats​(Table table,
                                                                        Snapshot snapshot)
        Computes the partition stats for the given snapshot of the table.
        Parameters:
        table - the table for which partition stats to be computed.
        snapshot - the snapshot for which partition stats is computed.
        Returns:
        the collection of PartitionStats