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, wait
create
public static final int VERSION_1
public FileIndexWriter createWriter()
createWriter
in interface FileIndexer
public FileIndexReader createReader(SeekableInputStream inputStream, int start, int length)
createReader
in interface FileIndexer
public static java.util.function.Function<Object,Long> getValueMapper(DataType dataType)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.