Files | |
| file | roaring_bitmap.hpp |
| Roaring bitmap APIs. | |
Classes | |
| class | cudf::roaring_bitmap |
| A type-erased wrapper around cuco's roaring bitmap supporting both 32-bit and 64-bit keys. More... | |
Enumerations | |
| enum class | cudf::roaring_bitmap_type : uint8_t { cudf::BITS_32 = 0 , cudf::BITS_64 = 1 } |
| Enumerates the supported roaring bitmap key types. More... | |
|
strong |
Enumerates the supported roaring bitmap key types.
| Enumerator | |
|---|---|
| BITS_32 | 32-bit roaring bitmap (keys are uint32) |
| BITS_64 | 64-bit roaring bitmap (keys are uint64) |
Definition at line 34 of file roaring_bitmap.hpp.