| Package | Description |
|---|---|
| org.apache.paimon.iceberg.manifest |
| Modifier and Type | Method and Description |
|---|---|
IcebergManifestFileMeta |
IcebergManifestFileMetaSerializer.fromRow(InternalRow row) |
| Modifier and Type | Method and Description |
|---|---|
SingleFileWriter<IcebergManifestEntry,IcebergManifestFileMeta> |
IcebergManifestFile.createWriter(long sequenceNumber) |
List<IcebergManifestFileMeta> |
IcebergManifestFile.rollingWrite(Iterator<IcebergManifestEntry> entries,
long sequenceNumber) |
| Modifier and Type | Method and Description |
|---|---|
IcebergManifestEntry |
IcebergManifestEntrySerializer.fromRow(InternalRow row,
IcebergManifestFileMeta meta) |
List<IcebergManifestEntry> |
IcebergManifestFile.read(IcebergManifestFileMeta meta) |
List<IcebergManifestEntry> |
IcebergManifestFile.read(IcebergManifestFileMeta meta,
Long fileSize) |
InternalRow |
IcebergManifestFileMetaSerializer.toRow(IcebergManifestFileMeta file) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.