Class GenericStatisticsFile

    • Constructor Summary

      Constructors 
      Constructor Description
      GenericStatisticsFile​(long snapshotId, java.lang.String path, long fileSizeInBytes, long fileFooterSizeInBytes, java.util.List<BlobMetadata> blobMetadata)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<BlobMetadata> blobMetadata()
      List of statistics contained in the file.
      boolean equals​(java.lang.Object o)  
      long fileFooterSizeInBytes()
      Size of the Puffin footer.
      long fileSizeInBytes()
      Size of the file
      int hashCode()  
      java.lang.String path()
      Returns fully qualified path to the file, suitable for constructing a Hadoop Path.
      long snapshotId()
      ID of the Iceberg table's snapshot the statistics were computed from.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GenericStatisticsFile

        public GenericStatisticsFile​(long snapshotId,
                                     java.lang.String path,
                                     long fileSizeInBytes,
                                     long fileFooterSizeInBytes,
                                     java.util.List<BlobMetadata> blobMetadata)
    • Method Detail

      • snapshotId

        public long snapshotId()
        Description copied from interface: StatisticsFile
        ID of the Iceberg table's snapshot the statistics were computed from.
        Specified by:
        snapshotId in interface StatisticsFile
      • path

        public java.lang.String path()
        Description copied from interface: StatisticsFile
        Returns fully qualified path to the file, suitable for constructing a Hadoop Path. Never null.
        Specified by:
        path in interface StatisticsFile
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object