| Package | Description |
|---|---|
| org.apache.paimon.lookup | |
| org.apache.paimon.lookup.hash | |
| org.apache.paimon.lookup.sort | |
| org.apache.paimon.mergetree |
| Modifier and Type | Method and Description |
|---|---|
LookupStoreReader |
LookupStoreFactory.createReader(File file,
LookupStoreFactory.Context context) |
| Modifier and Type | Class and Description |
|---|---|
class |
HashLookupStoreReader
Internal read implementation for hash kv store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SortLookupStoreReader
A
LookupStoreReader for sort store. |
| Constructor and Description |
|---|
DataFileReader(File localFile,
DataFileMeta remoteFile,
LookupStoreReader reader) |
LookupFile(File localFile,
DataFileMeta remoteFile,
LookupStoreReader reader,
Runnable callback) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.