Class CatalogTableStatistics


  • @PublicEvolving
    public class CatalogTableStatistics
    extends Object
    Statistics for a non-partitioned table or a partition of a partitioned table.
    • Constructor Detail

      • CatalogTableStatistics

        public CatalogTableStatistics​(long rowCount,
                                      int fileCount,
                                      long totalSize,
                                      long rawDataSize)
      • CatalogTableStatistics

        public CatalogTableStatistics​(long rowCount,
                                      int fileCount,
                                      long totalSize,
                                      long rawDataSize,
                                      Map<String,​String> properties)
    • Method Detail

      • getRowCount

        public long getRowCount()
        The number of rows.
      • getFileCount

        public int getFileCount()
      • getTotalSize

        public long getTotalSize()
      • getRawDataSize

        public long getRawDataSize()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object