public class BitmapIndexResultLazy extends LazyField<RoaringBitmap32> implements FileIndexResult
REMAIN, SKIP| Constructor and Description |
|---|
BitmapIndexResultLazy(java.util.function.Supplier<RoaringBitmap32> supplier) |
| Modifier and Type | Method and Description |
|---|---|
FileIndexResult |
and(FileIndexResult fileIndexResult) |
FileIndexResult |
or(FileIndexResult fileIndexResult) |
boolean |
remain() |
get, initializedpublic BitmapIndexResultLazy(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–2024 The Apache Software Foundation. All rights reserved.