public class IcebergManifestFileMeta extends Object
See Iceberg spec.
Modifier and Type | Class and Description |
---|---|
static class |
IcebergManifestFileMeta.Content
Content type stored in a manifest file.
|
Constructor and Description |
---|
IcebergManifestFileMeta(String manifestPath,
long manifestLength,
int partitionSpecId,
IcebergManifestFileMeta.Content content,
long sequenceNumber,
long minSequenceNumber,
long addedSnapshotId,
int addedFilesCount,
int existingFilesCount,
int deletedFilesCount,
long addedRowsCount,
long existingRowsCount,
long deletedRowsCount,
List<IcebergPartitionSummary> partitions) |
Modifier and Type | Method and Description |
---|---|
int |
addedFilesCount() |
long |
addedRowsCount() |
long |
addedSnapshotId() |
IcebergManifestFileMeta.Content |
content() |
int |
deletedFilesCount() |
long |
deletedRowsCount() |
boolean |
equals(Object o) |
int |
existingFilesCount() |
long |
existingRowsCount() |
int |
hashCode() |
long |
liveRowsCount() |
long |
manifestLength() |
String |
manifestPath() |
long |
minSequenceNumber() |
List<IcebergPartitionSummary> |
partitions() |
int |
partitionSpecId() |
static RowType |
schema() |
long |
sequenceNumber() |
public IcebergManifestFileMeta(String manifestPath, long manifestLength, int partitionSpecId, IcebergManifestFileMeta.Content content, long sequenceNumber, long minSequenceNumber, long addedSnapshotId, int addedFilesCount, int existingFilesCount, int deletedFilesCount, long addedRowsCount, long existingRowsCount, long deletedRowsCount, List<IcebergPartitionSummary> partitions)
public String manifestPath()
public long manifestLength()
public int partitionSpecId()
public IcebergManifestFileMeta.Content content()
public long sequenceNumber()
public long minSequenceNumber()
public long addedSnapshotId()
public int addedFilesCount()
public int existingFilesCount()
public int deletedFilesCount()
public long addedRowsCount()
public long existingRowsCount()
public long deletedRowsCount()
public long liveRowsCount()
public List<IcebergPartitionSummary> partitions()
public static RowType schema()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.