|
iceberg-cpp
|
Provide bulk application of position deletes. More...
Go to the source code of this file.
Namespaces | |
| namespace | iceberg |
| Core Apache Iceberg C++ APIs. | |
Functions | |
| void ICEBERG_EXPORT | iceberg::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 entry. Out-of-range positions are silently ignored. Sorted, mostly-contiguous input is fastest. | |
Provide bulk application of position deletes.