Package | Description |
---|---|
org.apache.paimon.fileindex | |
org.apache.paimon.fileindex.bitmap | |
org.apache.paimon.fileindex.bloomfilter | |
org.apache.paimon.fileindex.bsi |
Modifier and Type | Method and Description |
---|---|
FileIndexer |
FileIndexerFactory.create(DataType type,
Options options) |
static FileIndexer |
FileIndexer.create(String type,
DataType dataType,
Options options) |
Modifier and Type | Class and Description |
---|---|
class |
BitmapFileIndex
implementation of bitmap file index.
|
Modifier and Type | Method and Description |
---|---|
FileIndexer |
BitmapFileIndexFactory.create(DataType dataType,
Options options) |
Modifier and Type | Class and Description |
---|---|
class |
BloomFilterFileIndex
Bloom filter for file index.
|
Modifier and Type | Method and Description |
---|---|
FileIndexer |
BloomFilterFileIndexFactory.create(DataType type,
Options options) |
Modifier and Type | Class and Description |
---|---|
class |
BitSliceIndexBitmapFileIndex
implementation of BSI file index.
|
Modifier and Type | Method and Description |
---|---|
FileIndexer |
BitSliceIndexBitmapFileIndexFactory.create(DataType dataType,
Options options) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.