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 |
---|---|
static LookupStoreFactory |
LookupStoreFactory.create(CoreOptions options,
CacheManager cacheManager,
Comparator<MemorySlice> keyComparator) |
Modifier and Type | Class and Description |
---|---|
class |
HashLookupStoreFactory
A
LookupStoreFactory which uses hash to lookup records on disk. |
Modifier and Type | Class and Description |
---|---|
class |
SortLookupStoreFactory
A
LookupStoreFactory which uses hash to lookup records on disk. |
Constructor and Description |
---|
LookupLevels(Levels levels,
Comparator<InternalRow> keyComparator,
RowType keyType,
LookupLevels.ValueProcessor<T> valueProcessor,
IOFunction<DataFileMeta,RecordReader<KeyValue>> fileReaderFactory,
java.util.function.Function<String,File> localFileFactory,
LookupStoreFactory lookupStoreFactory,
java.util.function.Function<Long,BloomFilter.Builder> bfGenerator,
org.apache.paimon.shade.caffeine2.com.github.benmanes.caffeine.cache.Cache<String,LookupFile> lookupFileCache) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.