public class BitSliceIndexBitmapFileIndex extends Object implements FileIndexer
| Modifier and Type | Field and Description |
|---|---|
static int |
VERSION_1 |
LOG| Constructor and Description |
|---|
BitSliceIndexBitmapFileIndex(DataType dataType,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
FileIndexReader |
createReader(SeekableInputStream inputStream,
int start,
int length) |
FileIndexWriter |
createWriter() |
static java.util.function.Function<Object,Long> |
getValueMapper(DataType dataType) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic static final int VERSION_1
public FileIndexWriter createWriter()
createWriter in interface FileIndexerpublic FileIndexReader createReader(SeekableInputStream inputStream, int start, int length)
createReader in interface FileIndexerpublic static java.util.function.Function<Object,Long> getValueMapper(DataType dataType)
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.