Package | Description |
---|---|
org.apache.paimon.mergetree |
Modifier and Type | Class and Description |
---|---|
static class |
LookupLevels.ContainsValueProcessor
A
LookupLevels.ValueProcessor to return Boolean only. |
static class |
LookupLevels.KeyValueProcessor
A
LookupLevels.ValueProcessor to return KeyValue . |
static class |
LookupLevels.PositionedKeyValueProcessor
|
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.