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, initialized
public BitmapIndexResultLazy(java.util.function.Supplier<RoaringBitmap32> supplier)
public boolean remain()
remain
in interface FileIndexResult
public FileIndexResult and(FileIndexResult fileIndexResult)
and
in interface FileIndexResult
public FileIndexResult or(FileIndexResult fileIndexResult)
or
in interface FileIndexResult
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.