public static interface ManifestFile.PartitionFieldSummary
Modifier and Type | Method and Description |
---|---|
default java.lang.Boolean |
containsNaN()
Returns true if at least one data file in the manifest has a NaN value for the field.
|
boolean |
containsNull()
Returns true if at least one data file in the manifest has a null value for the field.
|
ManifestFile.PartitionFieldSummary |
copy()
Copies this
summary . |
static Types.StructType |
getType() |
java.nio.ByteBuffer |
lowerBound()
Returns a ByteBuffer that contains a serialized bound lower than all values of the field.
|
java.nio.ByteBuffer |
upperBound()
Returns a ByteBuffer that contains a serialized bound higher than all values of the field.
|
static Types.StructType getType()
boolean containsNull()
default java.lang.Boolean containsNaN()
Default to return null to ensure backward compatibility.
java.nio.ByteBuffer lowerBound()
java.nio.ByteBuffer upperBound()
ManifestFile.PartitionFieldSummary copy()
summary
. Readers can reuse instances; use this
method to make defensive copies.