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