|
iceberg-cpp
|
#include <cstdint>#include <memory>#include <span>#include <vector>#include "iceberg/deletes/roaring_position_bitmap.h"#include "iceberg/iceberg_export.h"#include "iceberg/result.h"#include "iceberg/type_fwd.h"Go to the source code of this file.
Classes | |
| class | iceberg::PositionDeleteIndex |
| Tracks deleted row positions using a bitmap. More... | |
Namespaces | |
| namespace | iceberg |
| Core Apache Iceberg C++ APIs. | |
Index of deleted row positions for a data file.