33class PositionDeleteIndex;
45 std::vector<uint32_t>& scratch);
Tracks deleted row positions using a bitmap.
Definition position_delete_index.h:42
Define symbol visibility macros for core Iceberg APIs.
Core Apache Iceberg C++ APIs.
Definition arrow_io_util.h:33
void ICEBERG_EXPORT ForEachPositionDelete(std::span< const int64_t > positions, PositionDeleteIndex &target, std::vector< uint32_t > &scratch)
Apply positions to target as deletes; semantically equivalent to calling target.Delete(pos) for each ...