Package | Description |
---|---|
org.apache.paimon.iceberg.manifest |
Modifier and Type | Method and Description |
---|---|
IcebergManifestFileMeta.Content |
IcebergManifestFileMeta.content() |
static IcebergManifestFileMeta.Content |
IcebergManifestFileMeta.Content.fromId(int id) |
static IcebergManifestFileMeta.Content |
IcebergManifestFileMeta.Content.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IcebergManifestFileMeta.Content[] |
IcebergManifestFileMeta.Content.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.