public class IcebergManifestEntry extends Object
See Iceberg spec.
Modifier and Type | Class and Description |
---|---|
static class |
IcebergManifestEntry.Status
See Iceberg
manifest_entry struct status field. |
Constructor and Description |
---|
IcebergManifestEntry(IcebergManifestEntry.Status status,
long snapshotId,
long sequenceNumber,
long fileSequenceNumber,
IcebergDataFileMeta dataFile) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
IcebergDataFileMeta |
file() |
long |
fileSequenceNumber() |
int |
hashCode() |
boolean |
isLive() |
static RowType |
schema(RowType partitionType) |
long |
sequenceNumber() |
long |
snapshotId() |
IcebergManifestEntry.Status |
status() |
public IcebergManifestEntry(IcebergManifestEntry.Status status, long snapshotId, long sequenceNumber, long fileSequenceNumber, IcebergDataFileMeta dataFile)
public IcebergManifestEntry.Status status()
public boolean isLive()
public long snapshotId()
public long sequenceNumber()
public long fileSequenceNumber()
public IcebergDataFileMeta file()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.