Package | Description |
---|---|
org.apache.paimon.iceberg.manifest |
Modifier and Type | Method and Description |
---|---|
IcebergPartitionSummary |
IcebergPartitionSummarySerializer.fromRow(InternalRow row) |
Modifier and Type | Method and Description |
---|---|
List<IcebergPartitionSummary> |
IcebergManifestFileMeta.partitions() |
Modifier and Type | Method and Description |
---|---|
InternalRow |
IcebergPartitionSummarySerializer.toRow(IcebergPartitionSummary record) |
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) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.