| Package | Description |
|---|---|
| org.apache.paimon.manifest | |
| org.apache.paimon.operation |
| Modifier and Type | Method and Description |
|---|---|
SimpleFileEntry |
SimpleFileEntrySerializer.convertFrom(int version,
InternalRow row) |
static SimpleFileEntry |
SimpleFileEntry.from(ManifestEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
ObjectsFile<SimpleFileEntry> |
ManifestFile.Factory.createSimpleFileEntryReader() |
static List<SimpleFileEntry> |
SimpleFileEntry.from(List<ManifestEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
InternalRow |
SimpleFileEntrySerializer.convertTo(SimpleFileEntry meta) |
| Modifier and Type | Method and Description |
|---|---|
List<SimpleFileEntry> |
AbstractFileStoreScan.readSimpleEntries() |
List<SimpleFileEntry> |
FileStoreScan.readSimpleEntries()
Read
SimpleFileEntrys, SimpleFileEntry only retains some critical information, so it
cannot perform filtering based on statistical information. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.