Package | Description |
---|---|
org.apache.paimon.iceberg.manifest |
Modifier and Type | Method and Description |
---|---|
static IcebergDataFileMeta |
IcebergDataFileMeta.create(IcebergDataFileMeta.Content content,
String filePath,
String fileFormat,
BinaryRow partition,
long recordCount,
long fileSizeInBytes,
IcebergSchema icebergSchema,
SimpleStats stats) |
IcebergDataFileMeta |
IcebergManifestEntry.file() |
IcebergDataFileMeta |
IcebergDataFileMetaSerializer.fromRow(InternalRow row) |
Modifier and Type | Method and Description |
---|---|
InternalRow |
IcebergDataFileMetaSerializer.toRow(IcebergDataFileMeta file) |
Constructor and Description |
---|
IcebergManifestEntry(IcebergManifestEntry.Status status,
long snapshotId,
long sequenceNumber,
long fileSequenceNumber,
IcebergDataFileMeta dataFile) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.