Interface ManifestFile.PartitionFieldSummary

  • All Known Implementing Classes:
    GenericPartitionFieldSummary
    Enclosing interface:
    ManifestFile

    public static interface ManifestFile.PartitionFieldSummary
    Summarizes the values of one partition field stored in a manifest file.
    • Method Detail

      • containsNull

        boolean containsNull()
        Returns true if at least one data file in the manifest has a null value for the field.
      • containsNaN

        default java.lang.Boolean containsNaN()
        Returns true if at least one data file in the manifest has a NaN value for the field. Null if this information doesn't exist.

        Default to return null to ensure backward compatibility.

      • lowerBound

        java.nio.ByteBuffer lowerBound()
        Returns a ByteBuffer that contains a serialized bound lower than all values of the field.
      • upperBound

        java.nio.ByteBuffer upperBound()
        Returns a ByteBuffer that contains a serialized bound higher than all values of the field.