|
iceberg-cpp
|
#include <cstdint>#include <functional>#include <memory>#include <string>#include <string_view>#include "iceberg/iceberg_data_export.h"#include "iceberg/result.h"Go to the source code of this file.
Classes | |
| class | iceberg::RoaringPositionBitmap |
| A bitmap that supports positive 64-bit positions, optimized for cases where most positions fit in 32 bits. More... | |
A 64-bit position bitmap using an array of 32-bit Roaring bitmaps.