Package | Description |
---|---|
org.apache.paimon.fileindex | |
org.apache.paimon.fileindex.bitmap | |
org.apache.paimon.fileindex.bloomfilter | |
org.apache.paimon.fileindex.empty |
Modifier and Type | Method and Description |
---|---|
FileIndexReader |
FileIndexer.createReader(SeekableInputStream inputStream,
int start,
int length) |
Modifier and Type | Method and Description |
---|---|
Set<FileIndexReader> |
FileIndexFormat.Reader.readColumnIndex(String columnName) |
Modifier and Type | Method and Description |
---|---|
FileIndexReader |
BitmapFileIndex.createReader(SeekableInputStream seekableInputStream,
int start,
int length) |
Modifier and Type | Method and Description |
---|---|
FileIndexReader |
BloomFilterFileIndex.createReader(SeekableInputStream inputStream,
int start,
int length) |
Modifier and Type | Class and Description |
---|---|
class |
EmptyFileIndexReader
Empty file index which has no writer and no serialized bytes.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.