| 程序包 | 说明 |
|---|---|
| org.apache.paimon.fileindex | |
| org.apache.paimon.fileindex.bitmap | |
| org.apache.paimon.fileindex.bloomfilter |
| 限定符和类型 | 方法和说明 |
|---|---|
FileIndexer |
FileIndexerFactory.create(DataType type,
Options options) |
static FileIndexer |
FileIndexer.create(String type,
DataType dataType,
Options options) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BitmapFileIndex
implementation of bitmap file index.
|
| 限定符和类型 | 方法和说明 |
|---|---|
FileIndexer |
BitmapFileIndexFactory.create(DataType dataType,
Options options) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BloomFilterFileIndex
Bloom filter for file index.
|
| 限定符和类型 | 方法和说明 |
|---|---|
FileIndexer |
BloomFilterFileIndexFactory.create(DataType type,
Options options) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.