public class IcebergPartitionSummary extends Object
See Iceberg spec.
Constructor and Description |
---|
IcebergPartitionSummary(boolean containsNull,
boolean containsNan,
byte[] lowerBound,
byte[] upperBound) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsNan() |
boolean |
containsNull() |
boolean |
equals(Object o) |
int |
hashCode() |
byte[] |
lowerBound() |
static RowType |
schema() |
byte[] |
upperBound() |
public IcebergPartitionSummary(boolean containsNull, boolean containsNan, byte[] lowerBound, byte[] upperBound)
public boolean containsNull()
public boolean containsNan()
public byte[] lowerBound()
public byte[] upperBound()
public static RowType schema()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.