Package | Description |
---|---|
org.apache.paimon.lookup | |
org.apache.paimon.lookup.hash | |
org.apache.paimon.lookup.sort |
Modifier and Type | Method and Description |
---|---|
LookupStoreFactory.Context |
LookupStoreWriter.close() |
Modifier and Type | Method and Description |
---|---|
LookupStoreReader |
LookupStoreFactory.createReader(File file,
LookupStoreFactory.Context context) |
Modifier and Type | Class and Description |
---|---|
class |
HashContext
Context for
HashLookupStoreFactory . |
Modifier and Type | Method and Description |
---|---|
LookupStoreFactory.Context |
HashLookupStoreWriter.close() |
Modifier and Type | Method and Description |
---|---|
HashLookupStoreReader |
HashLookupStoreFactory.createReader(File file,
LookupStoreFactory.Context context) |
Modifier and Type | Class and Description |
---|---|
class |
SortContext
A
LookupStoreFactory.Context for sort store. |
Modifier and Type | Method and Description |
---|---|
LookupStoreFactory.Context |
SortLookupStoreWriter.close() |
Modifier and Type | Method and Description |
---|---|
SortLookupStoreReader |
SortLookupStoreFactory.createReader(File file,
LookupStoreFactory.Context context) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.