public class BitmapIndexResult extends LazyField<RoaringBitmap32> implements FileIndexResult
REMAIN, SKIP| Constructor and Description |
|---|
BitmapIndexResult(java.util.function.Supplier<RoaringBitmap32> supplier) |
| Modifier and Type | Method and Description |
|---|---|
FileIndexResult |
and(FileIndexResult fileIndexResult) |
FileIndexResult |
or(FileIndexResult fileIndexResult) |
boolean |
remain() |
get, initializedpublic BitmapIndexResult(java.util.function.Supplier<RoaringBitmap32> supplier)
public boolean remain()
remain in interface FileIndexResultpublic FileIndexResult and(FileIndexResult fileIndexResult)
and in interface FileIndexResultpublic FileIndexResult or(FileIndexResult fileIndexResult)
or in interface FileIndexResultCopyright © 2023–2025 The Apache Software Foundation. All rights reserved.